[pypy-commit] pypy default: Typos and details.

arigo noreply at buildbot.pypy.org
Fri Jun 8 11:13:19 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r55496:c97321253aaf
Date: 2012-06-08 11:13 +0200
http://bitbucket.org/pypy/pypy/changeset/c97321253aaf/

Log:	Typos and details.

diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst
--- a/pypy/doc/release-1.9.0.rst
+++ b/pypy/doc/release-1.9.0.rst
@@ -13,6 +13,7 @@
 
 .. _`numpypy`: http://pypy.org/numpydonate.html
 
+
 What is PyPy?
 =============
 
@@ -27,8 +28,8 @@
 .. _`pypy 1.9 and cpython 2.7.2`: http://speed.pypy.org
 
 
-Thanks to our donators
-======================
+Thanks to our donors
+====================
 
 But first of all, we would like to say thank you to all people who
 donated some money to one of our four calls:
@@ -45,7 +46,7 @@
 programmers to get funded like that, at least for some
 time.  We want to include this thank you in the present release
 announcement even though most of the work is not finished yet.  More
-precisely, neither Py3k nor STM are ready to make it an official release
+precisely, neither Py3k nor STM are ready to make it in an official release
 yet: people interested in them need to grab and (attempt to) translate
 PyPy from the corresponding branches (respectively ``py3k`` and
 ``stm-thread``).
@@ -57,8 +58,7 @@
 Highlights
 ==========
 
-* This release still implements Python 2.7, the standard library has been
-  upgraded to CPython 2.7.2.
+* This release still implements Python 2.7.2.
 
 * Many bugs were corrected for Windows 32 bit.  This includes new
   functionality to test the validity of file descriptors; and
@@ -67,12 +67,12 @@
   and Amaury Forgeot d'Arc.
 
 * Improvements in ``cpyext``, our emulator for CPython C extension modules.
-  For example PyOpenSSL should now work.
+  For example PyOpenSSL should now work.  We thank various people for help.
 
 * Sets now have strategies just like dictionaries. This means for example
   that a set containing only ints will be more compact (and faster).
 
-* A lot of progress on various aspects of ``numpypy``. See `numpy-status`_
+* A lot of progress on various aspects of ``numpypy``. See the `numpy-status`_
   page for the automatic report.
 
 * It is now possible to create and manipulate C-like structures using the
@@ -85,10 +85,10 @@
 * The non-x86 backends for the JIT are progressing but are still not
   merged (ARMv7 and PPC64).
 
-* JIT hooks for inspecting the created assembler code has been improved.
+* JIT hooks for inspecting the created assembler code have been improved.
   See `JIT hooks documentation`_ for details.
 
-* ``select.kqueue`` has been added.
+* ``select.kqueue`` has been added (BSD).
 
 * Handling of keyword arguments has been drastically improved in the best-case
   scenario: proxy functions which simply forwards ``*args`` and ``**kwargs``
@@ -100,7 +100,7 @@
 =========
 
 There is a corresponding 1.9 release of JitViewer which is guaranteed to work
-with PyPy 1.9. See `JitViewer docs`_ for details.
+with PyPy 1.9. See the `JitViewer docs`_ for details.
 
 .. _`numpy status`: http://buildbot.pypy.org/numpy-status/latest.html
 .. _`JitViewer docs`: http://bitbucket.org/pypy/jitviewer


More information about the pypy-commit mailing list