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 Mark.Shannon, eric.smith, mark.dickinson, rhettinger, rhpvorderman, serhiy.storchaka, tim.peters, vstinner, yselivanov
Date 2021-11-27.15:04:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638025458.35.0.351078155707.issue45902@roundup.psfhosted.org>
In-reply-to
Content
I’m -1 on this. Given that use cases are rare, there is no need to burden the code base with an optimization of something we can already do in other ways.

Also, I don’t like that the APIs for list.sort(), bytes.sort(), and bytearray.sort() wouldn’t match.  IMO that would do more harm than good.
History
Date User Action Args
2021-11-27 15:04:18rhettingersetrecipients: + rhettinger, tim.peters, mark.dickinson, vstinner, eric.smith, Mark.Shannon, serhiy.storchaka, yselivanov, rhpvorderman
2021-11-27 15:04:18rhettingersetmessageid: <1638025458.35.0.351078155707.issue45902@roundup.psfhosted.org>
2021-11-27 15:04:18rhettingerlinkissue45902 messages
2021-11-27 15:04:18rhettingercreate