Benjamin Peterson added the comment: __ne__ is not "bound" to __eq__. The comparison code simply falls back onto __eq__ if __ne__ is not defined.
---------- nosy: +benjamin.peterson _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20092> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com