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 eric.smith
Recipients Mark.Shannon, brett.cannon, eric.smith, mark.dickinson, rhettinger, rhpvorderman, serhiy.storchaka, tim.peters, vstinner, yselivanov
Date 2021-11-26.16:53:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637945632.14.0.189355641952.issue45902@roundup.psfhosted.org>
In-reply-to
Content
Given that the normal sort() machinery wouldn't use this code, I don't think there's any advantage to adding .sort() methods to bytes and bytesarray. The downside to adding these methods is the increased complexity in the stdlib.

I think the better approach is to put bytes_sort on PyPI.
History
Date User Action Args
2021-11-26 16:53:52eric.smithsetrecipients: + eric.smith, tim.peters, brett.cannon, rhettinger, mark.dickinson, vstinner, Mark.Shannon, serhiy.storchaka, yselivanov, rhpvorderman
2021-11-26 16:53:52eric.smithsetmessageid: <1637945632.14.0.189355641952.issue45902@roundup.psfhosted.org>
2021-11-26 16:53:52eric.smithlinkissue45902 messages
2021-11-26 16:53:52eric.smithcreate