Martin Panter added the comment:

Here is a patch that documents the default object.__ne__() implementation. It 
also documents the subclass priority rules for the reflected comparison 
methods, which is raised in Issue 22052.

I have made some more tests to verify the relationships exists from __ne__ to 
__eq__, but no other relationships exist for the other methods. I will include 
it in my patch in Issue 21408 to avoid the patches conflicting with each other.

----------
keywords: +patch
nosy: +vadmium
Added file: http://bugs.python.org/file37671/default-ne-reflected-priority.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4395>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to