[issue21408] delegation of `!=` to the right-hand side argument is not always done

Serhiy Storchaka report at bugs.python.org
Sat Jan 24 17:45:38 CET 2015


Serhiy Storchaka added the comment:

There are few incorrect implementations of __ne__ in the stdlib. Updated patch removes them. May be we should remove all implementations of __ne__ which are redundant now.

----------
Added file: http://bugs.python.org/file37837/method-not-operator-2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21408>
_______________________________________


More information about the Python-bugs-list mailing list