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 yanmitrofanov
Recipients docs@python, mark.dickinson, steven.daprano, yanmitrofanov
Date 2020-01-04.17:30:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578159022.53.0.504635120736.issue39210@roundup.psfhosted.org>
In-reply-to
Content
I got your point. So it seems that two pieces of documentation are not equivalent: 

https://docs.python.org/3/howto/sorting.html#odd-and-ends
> The sort routines are guaranteed to use __lt__() when making comparisons between two objects.

https://docs.python.org/3/library/stdtypes.html#list.sort
> This method sorts the list in place, using only < comparisons between items.
History
Date User Action Args
2020-01-04 17:30:22yanmitrofanovsetrecipients: + yanmitrofanov, mark.dickinson, steven.daprano, docs@python
2020-01-04 17:30:22yanmitrofanovsetmessageid: <1578159022.53.0.504635120736.issue39210@roundup.psfhosted.org>
2020-01-04 17:30:22yanmitrofanovlinkissue39210 messages
2020-01-04 17:30:22yanmitrofanovcreate