]> granicus.if.org Git - python/commit
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 31 Jan 2015 10:05:05 +0000 (12:05 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 31 Jan 2015 10:05:05 +0000 (12:05 +0200)
commit08448a1f4d57e4dd35936b9e43259438d3246c06
tree457d0934f5c53c5acdf93b0a676a0f45cb6ec4fb
parent57f7db312210fcdc5db00f8e6a67f682ced342e3
Issue #23326: Removed __ne__ implementations.  Since fixing default __ne__
implementation in issue #21408 they are redundant.
20 files changed:
Lib/_pydecimal.py
Lib/argparse.py
Lib/asyncio/events.py
Lib/collections/__init__.py
Lib/datetime.py
Lib/distutils/version.py
Lib/email/charset.py
Lib/email/header.py
Lib/functools.py
Lib/inspect.py
Lib/sched.py
Lib/test/datetimetester.py
Lib/test/test_argparse.py
Lib/test/test_long.py
Lib/unittest/mock.py
Lib/uuid.py
Lib/xml/dom/minidom.py
Lib/xml/etree/ElementTree.py
Lib/xmlrpc/client.py
Misc/NEWS