Message407073
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. |
|
| Date |
User |
Action |
Args |
| 2021-11-26 16:53:52 | eric.smith | set | recipients:
+ eric.smith, tim.peters, brett.cannon, rhettinger, mark.dickinson, vstinner, Mark.Shannon, serhiy.storchaka, yselivanov, rhpvorderman |
| 2021-11-26 16:53:52 | eric.smith | set | messageid: <[email protected]> |
| 2021-11-26 16:53:52 | eric.smith | link | issue45902 messages |
| 2021-11-26 16:53:52 | eric.smith | create | |
|