Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r85141:66f63c100c7b
Date: 2016-06-13 20:24 +0200
http://bitbucket.org/pypy/pypy/changeset/66f63c100c7b/

Log:    Mention this change in whatsnew-head

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
@@ -5,6 +5,10 @@
 .. this is a revision shortly after release-pypy2.7-v5.3
 .. startrev: 873218a739f1
 
+.. 418b05f95db5
+Improve CPython compatibility for ``is``. Now code like ``if x is ():``
+works the same way as it does on CPython.  See 
http://pypy.readthedocs.io/en/latest/cpython_differences.html#object-identity-of-primitive-values-is-and-id
 .
+
 .. pull request #455
 Add sys.{get,set}dlopenflags, for cpyext extensions.
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to