[pypy-commit] pypy default: document changes since releaes 5.7.0

mattip pypy.commits at gmail.com
Mon Mar 27 12:38:20 EDT 2017


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r90822:27b41a204775
Date: 2017-03-27 19:11 +0300
http://bitbucket.org/pypy/pypy/changeset/27b41a204775/

Log:	document changes since releaes 5.7.0

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -2,7 +2,18 @@
 What's new in PyPy2.7 5.8+
 ==========================
 
-.. this is a revision shortly after release-pypy2.7-v5.7
+.. this is a revision shortly after release-pypy2.7-v5.7.0
 .. startrev: 44f31f6dd39f
 
+Add cpyext interfaces for ``PyModule_New``
 
+Correctly handle `dict.pop`` where the ``pop``ping 
+key is not the same type as the ``dict``'s and ``pop`` 
+is called with a default (will be part of release 5.7.1)
+
+.. branch: issue2522
+
+Fix missing tp_new on w_object called through multiple inheritance
+(will be part of release 5.7.1)
+
+


More information about the pypy-commit mailing list