commit | f4b7a02e932671c6e54e6b48340173cc859ab4c0 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Jan 26 09:57:07 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Jan 26 09:57:07 2015 +0200 |
tree | eaa9107bb2885a9ed40f9c697a31049826324dde | |
parent | 155ceaa454ad9a623cade5ed326e6e1e70ce109d [diff] |
Issue #21408: The default __ne__() now returns NotImplemented if __eq__() returned NotImplemented. Removed incorrect implementations of __ne__().