[issue1549] Regression with __hash__ definition and rich comparison operators

Jean-Paul Calderone report at bugs.python.org
Mon Dec 3 21:31:57 CET 2007


Jean-Paul Calderone added the comment:

It implements ordering based on the interface's fully-qualified Python
name (ie, (__module__, __name__)).  This is compatible with the default
__eq__ implementation.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1549>
__________________________________


More information about the Python-bugs-list mailing list