Author: Armin Rigo <ar...@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.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to