]> granicus.if.org Git - python/commitdiff
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)
returned NotImplemented.  Removed incorrect implementations of __ne__().

1  2 
Lib/_collections_abc.py
Lib/doctest.py
Lib/pathlib.py
Misc/NEWS
Objects/typeobject.c

Simple merge
diff --cc Lib/doctest.py
Simple merge
diff --cc Lib/pathlib.py
Simple merge
diff --cc Misc/NEWS
Simple merge
Simple merge