[pypy-commit] pypy default: Document branch

arigo pypy.commits at gmail.com
Fri Jul 15 04:02:57 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r85720:5250bd1f191c
Date: 2016-07-15 10:04 +0200
http://bitbucket.org/pypy/pypy/changeset/5250bd1f191c/

Log:	Document 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
@@ -81,3 +81,8 @@
 .. branch: json-surrogates
 
 Align json module decode with the cpython's impl, fixes issue 2345
+
+.. branch: issue2343
+
+Copy CPython's logic more closely for handling of ``__instancecheck__()``
+and ``__subclasscheck__()``.  Fixes issue 2343.


More information about the pypy-commit mailing list