]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Jan 2015 08:04:15 +0000 (10:04 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Jan 2015 08:04:15 +0000 (10:04 +0200)
commit34af5023fc1e74c2d6a7537a11148885c84d9cb4
tree7d0798f2543f647ac94acef12bd9ebc71fe6dd29
parent4e1942bcd8a3904047bf96a16305f0e1e4736b5c
parentf4b7a02e932671c6e54e6b48340173cc859ab4c0
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
returned NotImplemented.  Removed incorrect implementations of __ne__().
Lib/_collections_abc.py
Lib/doctest.py
Lib/pathlib.py
Misc/NEWS
Objects/typeobject.c