[pypy-commit] pypy default: Expand by saying that there is more than just the cpyext fix (though not much more)

arigo pypy.commits at gmail.com
Sat Mar 19 06:07:56 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r83165:6a20a2ae2c3b
Date: 2016-03-19 11:07 +0100
http://bitbucket.org/pypy/pypy/changeset/6a20a2ae2c3b/

Log:	Expand by saying that there is more than just the cpyext fix (though
	not much more)

diff --git a/pypy/doc/release-5.0.1.rst b/pypy/doc/release-5.0.1.rst
--- a/pypy/doc/release-5.0.1.rst
+++ b/pypy/doc/release-5.0.1.rst
@@ -9,6 +9,11 @@
 
 .. _`lxml 3.6.0`: https://pypi.python.org/pypi/lxml/3.6.0
 .. _`crash on large files`: https://bitbucket.org/pypy/pypy/issues/2260
+
+The changes with PyPy 5.0 are only two bug fixes: one in cpyext, which
+fixes notably (but not only) lxml, and another for a corner case of the
+JIT.
+
 What is PyPy?
 =============
 


More information about the pypy-commit mailing list