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 avrahami.ben
Recipients avrahami.ben, eric.smith, python-dev
Date 2020-10-01.21:57:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601589459.45.0.708209403316.issue41905@roundup.psfhosted.org>
In-reply-to
Content
for the functionality to work, `total_ordering` needs to change to also override abstract methods. I believe this is an OK change since total_ordering implicitly dictates that the comparison methods are interchangable. Thus, implementing some comparison operators, but leaving others unchanged is undesired behaviour.
History
Date User Action Args
2020-10-01 21:57:39avrahami.bensetrecipients: + avrahami.ben, eric.smith, python-dev
2020-10-01 21:57:39avrahami.bensetmessageid: <1601589459.45.0.708209403316.issue41905@roundup.psfhosted.org>
2020-10-01 21:57:39avrahami.benlinkissue41905 messages
2020-10-01 21:57:39avrahami.bencreate