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 DimitriPapadopoulosOrfanos
Recipients DimitriPapadopoulosOrfanos, docs@python, rhettinger, tim.peters
Date 2021-09-21.09:24:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632216241.64.0.119234343177.issue45246@roundup.psfhosted.org>
In-reply-to
Content
I would recommend the wording in the "Sorting HOW TO" from:
    The sort routines are guaranteed to use __lt__() when making comparisons between two objects.
to:
    The sort routines happen to use __lt__() when making comparisons between two objects.
History
Date User Action Args
2021-09-21 09:24:01DimitriPapadopoulosOrfanossetrecipients: + DimitriPapadopoulosOrfanos, tim.peters, rhettinger, docs@python
2021-09-21 09:24:01DimitriPapadopoulosOrfanossetmessageid: <1632216241.64.0.119234343177.issue45246@roundup.psfhosted.org>
2021-09-21 09:24:01DimitriPapadopoulosOrfanoslinkissue45246 messages
2021-09-21 09:24:01DimitriPapadopoulosOrfanoscreate