R. David Murray added the comment:

I don't think it's a bug.  The subclass-goes-first behavior is very 
intentional.  The implicit __ne__ returning the boolean inverse of __eq__ is 
what fooled me when I looked at it.

Or did you mean that following the subclass rule in the case where object is 
the other class is possibly suspect?

----------
nosy: +r.david.murray

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

Reply via email to