Dimitri Papadopoulos Orfanos <dimitri.papadopou...@cea.fr> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45246>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to