Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r46278:0711b0884500
Date: 2011-08-04 11:12 -0700
http://bitbucket.org/pypy/pypy/changeset/0711b0884500/

Log:    a bit of cleanup to the release notes.

diff --git a/pypy/doc/release-1.6.0.rst b/pypy/doc/release-1.6.0.rst
--- a/pypy/doc/release-1.6.0.rst
+++ b/pypy/doc/release-1.6.0.rst
@@ -17,7 +17,7 @@
 CPython 2.7.1. It's fast (`pypy 1.5 and cpython 2.6.2`_ performance comparison)
 due to its integrated tracing JIT compiler. XXX: compare to 2.7.1
 
-This release supports Intel machines running Linux 32/64 or Mac OS X.  Windows
+This release supports x86 machines running Linux 32/64 or Mac OS X.  Windows 32
 is beta (it roughly works but a lot of small issues have not been fixed so
 far).  Windows 64 is not yet supported.
 
@@ -69,11 +69,11 @@
 * Multibyte encoding support: this was of of the last areas in which we were
   still behind CPython, but now we fully support them. (XXX: is that true?)
 
-* Preliminary support for numpy: this release includes a preview of a very
-  fast numpy module integrated with the PyPy JIT.  Unfortunately, this does
-  not mean that you can expect to take an existing numpy program and run it on
+* Preliminary support for NumPy: this release includes a preview of a very
+  fast NumPy module integrated with the PyPy JIT.  Unfortunately, this does
+  not mean that you can expect to take an existing NumPy program and run it on
   PyPy, because the module is still unfinished and supports only some of the
-  numpy API.  However, what works is blaizingly fast :-)
+  numpy API.  However, what works is blazingly fast :-)
 
 * Bugfixes: since the 1.5 release we fixed 53 bugs in our `bug tracker`_, not
   counting the numerous bugs that were found and reported through other
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to