diff options
author | Guido van Rossum <guido@python.org> | 2008-01-06 00:09:11 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2008-01-06 00:09:11 (GMT) |
commit | ab078ddb4f8a7ac68f54a3c7f110f4d82e82b16f (patch) | |
tree | 471d852049d8c8525ca9dd6aea46d9e549ce9ea7 /Misc/NEWS | |
parent | 673f7efa08850e42d077cab38683be2e4764b876 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |