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 loewis
Recipients LambertDW, georg.brandl, loewis, mrts, rhettinger
Date 2009-03-13.18:42:50
SpamBayes Score 3.6511558e-06
Marked as misclassified No
Message-id <49BAA929.5030301@v.loewis.de>
In-reply-to <1236933252.32.0.300710194878.issue5479@psf.upfronthosting.co.za>
Content
> As the documentation section of
> http://docs.python.org/reference/datamodel.html#object.__lt__ needs to
> be updated as well to mark the eventual solution as the recommended easy
> way to provide total ordering.

This is the 2.6 version. What about the 3.0 version in

http://docs.python.org/3.0/reference/datamodel.html#object.__lt__

needs to be updated?

> Raymond's recipe at http://code.activestate.com/recipes/576685/ looks
> more or less complete, do you feel that his posting on the mailing list
> does not count as proposal? I submitted the feature request instead of
> him because I was the one who noticed the problem (as discussed on the
> mailing list) and felt "responsible" to report it here.

I see. So it's a feature request.
History
Date User Action Args
2009-03-13 18:42:55loewissetrecipients: + loewis, georg.brandl, rhettinger, LambertDW, mrts
2009-03-13 18:42:52loewislinkissue5479 messages
2009-03-13 18:42:52loewiscreate