[pypy-commit] pypy default: not really a bug-fix, too many enhancements

mattip noreply at buildbot.pypy.org
Mon Nov 16 14:19:20 EST 2015


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r80718:1754f866d9cb
Date: 2015-11-16 21:19 +0200
http://bitbucket.org/pypy/pypy/changeset/1754f866d9cb/

Log:	not really a bug-fix, too many enhancements

diff --git a/pypy/doc/release-4.0.1.rst b/pypy/doc/release-4.0.1.rst
--- a/pypy/doc/release-4.0.1.rst
+++ b/pypy/doc/release-4.0.1.rst
@@ -2,10 +2,10 @@
 PyPy 4.0.1
 ==========
 
-We have released PyPy 4.0.1, a bux-fix release for PyPy 4.0.0. We have fixed
-a few critical bugs in the JIT compiled code, reported by users. We encourage
-all users of PyPy to update to this version.
-
+We have released PyPy 4.0.1, three weeks after PyPy 4.0.0. We have fixed
+a few critical bugs in the JIT compiled code, reported by users. We therefore
+encourage all users of PyPy to update to this version. There are a few minor
+enhancements in this version as well.
 
 You can download the PyPy 4.0.1 release here:
 
@@ -85,7 +85,7 @@
 
   * Improve support for __array_interface__
 
-  * Propogate NAN mantissas through float16-float32-float64 conversions
+  * Propagate NAN mantissas through float16-float32-float64 conversions
 
 
 * Performance improvements and refactorings:


More information about the pypy-commit mailing list