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 rhettinger
Recipients exarkun, fijal, giampaolo.rodola, rhettinger, therve
Date 2010-05-18.19:45:33
SpamBayes Score 2.4307941e-05
Marked as misclassified No
Message-id <1274211935.51.0.0521694476862.issue3051@psf.upfronthosting.co.za>
In-reply-to
Content
Am closing this.  It would make no sense to change simple, pure python code to support objects implementing only one of the rich comparison methods.  People implementing rich comparisons need to implement all six if they want to guarantee total ordering and to be usable by various modules that need to be able to make comparisons.

FWIW, the C code is not guaranteed to be exactly the same in terms of implementation details, only the published API should be the same.  And, for this module, a decision was made for the C code to support only lists eventhough the pure python version supports any sequence.
History
Date User Action Args
2010-05-18 19:45:35rhettingersetrecipients: + rhettinger, exarkun, therve, fijal, giampaolo.rodola
2010-05-18 19:45:35rhettingersetmessageid: <1274211935.51.0.0521694476862.issue3051@psf.upfronthosting.co.za>
2010-05-18 19:45:34rhettingerlinkissue3051 messages
2010-05-18 19:45:33rhettingercreate