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 avrahami.ben, eric.smith, gvanrossum, python-dev, rhettinger
Date 2020-10-03.05:50:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601704229.51.0.600302118474.issue41905@roundup.psfhosted.org>
In-reply-to
Content
> it's totally clear to me what @total_ordering should do 
> -- it should define __le__, __gt__ and __ge__ in terms 
> of __lt__, and leave __lt__ alone, for some subclass to 
> implement.

+1
History
Date User Action Args
2020-10-03 05:50:29rhettingersetrecipients: + rhettinger, gvanrossum, eric.smith, python-dev, avrahami.ben
2020-10-03 05:50:29rhettingersetmessageid: <1601704229.51.0.600302118474.issue41905@roundup.psfhosted.org>
2020-10-03 05:50:29rhettingerlinkissue41905 messages
2020-10-03 05:50:29rhettingercreate