Mark Dickinson added the comment:
There's a (long-standing) issue already open for this: #4395. I'll close this
as a duplicate and add a note to that issue; with any luck, pinging that issue
might produce some movement.
--
nosy: +mark.dickinson
resolution: -> duplicate
status: open
New submission from Franck Michea:
Hi. As of python 3, behavior of object.__ne__ changed to call (not
object.__eq__) if implemented. This changement can be seen in function
object_richcompare in file Objects/typeobject.c.
Documentation didn't change though, still saying[1] that "There are no i