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 docs@python, mjpieters, rhettinger, steven.daprano, tim.peters
Date 2019-01-04.02:38:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546569511.17.0.686116615813.issue35654@roundup.psfhosted.org>
In-reply-to
Content
I also prefer to leave this as is.  FWIW, heapq and bisect are also deliberately based on __lt__.  The PEP 8 advice (something I wrote) is primarily about making code less fragile and avoiding surprising behavior.
History
Date User Action Args
2019-01-04 02:38:33rhettingersetrecipients: + rhettinger, tim.peters, mjpieters, steven.daprano, docs@python
2019-01-04 02:38:31rhettingersetmessageid: <1546569511.17.0.686116615813.issue35654@roundup.psfhosted.org>
2019-01-04 02:38:31rhettingerlinkissue35654 messages
2019-01-04 02:38:31rhettingercreate