◐ Shell
clean mode source ↗

Message 407073 - Python tracker

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.