This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author exarkun
Recipients exarkun, gvanrossum, therve
Date 2007-12-03.20:31:56
SpamBayes Score 0.11745999
Marked as misclassified No
Message-id <1196713917.07.0.923846050127.issue1549@psf.upfronthosting.co.za>
In-reply-to
Content
It implements ordering based on the interface's fully-qualified Python
name (ie, (__module__, __name__)).  This is compatible with the default
__eq__ implementation.
History
Date User Action Args
2007-12-03 20:31:57exarkunsetspambayes_score: 0.11746 -> 0.11745999
recipients: + exarkun, gvanrossum, therve
2007-12-03 20:31:57exarkunsetspambayes_score: 0.11746 -> 0.11746
messageid: <1196713917.07.0.923846050127.issue1549@psf.upfronthosting.co.za>
2007-12-03 20:31:57exarkunlinkissue1549 messages
2007-12-03 20:31:56exarkuncreate