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
Date 2009-12-13.16:01:34
SpamBayes Score 0.094709
Marked as misclassified No
Message-id <1260720098.28.0.848406382382.issue7491@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently type has __lt__ and the other rich cmp specials in Python
2.6, but lacked them in Python 2.5.  I suppose these are probably being
given precedence over the overridden __cmp__.
History
Date User Action Args
2009-12-13 16:01:38exarkunsetrecipients: + exarkun
2009-12-13 16:01:38exarkunsetmessageid: <1260720098.28.0.848406382382.issue7491@psf.upfronthosting.co.za>
2009-12-13 16:01:36exarkunlinkissue7491 messages
2009-12-13 16:01:35exarkuncreate