]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #1393: object_richcompare() returns NotImplemented instead of
authorGuido van Rossum <guido@python.org>
Sun, 6 Jan 2008 00:09:11 +0000 (00:09 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 6 Jan 2008 00:09:11 +0000 (00:09 +0000)
commitab078ddb4f8a7ac68f54a3c7f110f4d82e82b16f
tree471d852049d8c8525ca9dd6aea46d9e549ce9ea7
parent673f7efa08850e42d077cab38683be2e4764b876
Issue #1393: object_richcompare() returns NotImplemented instead of
 False if the objects aren't equal, to give the other side a chance.
Lib/test/test_compare.py
Misc/NEWS
Objects/typeobject.c