summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2008-01-06 00:09:11 (GMT)
committerGuido van Rossum <guido@python.org>2008-01-06 00:09:11 (GMT)
commitab078ddb4f8a7ac68f54a3c7f110f4d82e82b16f (patch)
tree471d852049d8c8525ca9dd6aea46d9e549ce9ea7 /Misc/NEWS
parent673f7efa08850e42d077cab38683be2e4764b876 (diff)
downloadcpython-ab078ddb4f8a7ac68f54a3c7f110f4d82e82b16f.zip
cpython-ab078ddb4f8a7ac68f54a3c7f110f4d82e82b16f.tar.gz
cpython-ab078ddb4f8a7ac68f54a3c7f110f4d82e82b16f.tar.bz2
Issue #1393: object_richcompare() returns NotImplemented instead of
False if the objects aren't equal, to give the other side a chance.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 22c4f86..72a2884 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.0a3?
Core and Builtins
-----------------
+- Issue #1393: object_richcompare() returns NotImplemented instead of
+ False if the objects aren't equal, to give the other side a chance.
+
- Issue #1692: Interpreter was not displaying location of SyntaxError
- Improve some exception messages when Windows fails to load an extension