[pypy-commit] pypy default: document merged branch

mattip pypy.commits at gmail.com
Mon Jun 27 11:51:23 EDT 2016


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r85404:f3a17a909ced
Date: 2016-06-27 18:43 +0300
http://bitbucket.org/pypy/pypy/changeset/f3a17a909ced/

Log:	document merged branch

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
@@ -48,3 +48,8 @@
 Bug fix: if ``socket.socket()`` failed, the ``socket.error`` did not show
 the errno of the failing system call, but instead some random previous
 errno.
+
+.. branch: PyTuple_Type-subclass
+
+Refactor PyTupleObject to look like cpython's and allow subclassing 
+PyTuple_Type


More information about the pypy-commit mailing list