summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-05-21 20:55:22 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-05-21 20:55:22 (GMT)
commit4ad6bd5482514631680cebea3cdf06c56b87bac8 (patch)
tree4191a9e7194e05795cc71e9e34e64c88c3c40f24 /Misc
parent471ed00ae9ccccd2c040b79df04092f0b255f8d7 (diff)
downloadcpython-4ad6bd5482514631680cebea3cdf06c56b87bac8.zip
cpython-4ad6bd5482514631680cebea3cdf06c56b87bac8.tar.gz
cpython-4ad6bd5482514631680cebea3cdf06c56b87bac8.tar.bz2
Merged revisions 81414 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81414 | benjamin.peterson | 2010-05-21 15:51:45 -0500 (Fri, 21 May 2010) | 1 line return NotImplemented from Mapping when comparing to a non-mapping #8729 ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5ee1962..39a45fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -393,6 +393,9 @@ C-API
Library
-------
+- Issue #8729: Return NotImplemented from collections.Mapping.__eq__ when
+ comparing to a non-mapping.
+
- Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the
correct encoding