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 serhiy.storchaka
Recipients barry, brandtbucher, ethan.furman, mark.dickinson, ncoghlan, petr.viktorin, rhettinger, serhiy.storchaka, veky, vstinner
Date 2021-09-12.08:38:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631435939.89.0.977397796239.issue45155@roundup.psfhosted.org>
In-reply-to
Content
In the stdlib, there is only one use of to_bytes() with sys.byteorder (2 in tests), 16 uses of to_bytes()/from_bytes() with 'little' (22 in tests) and 22 uses with 'big' (33 in tests). So making sys.byteorder the default will help almost nobody, and the advantage of 'big' over 'litte' is so small, that making any of them the default may only help in a half of cases and confuse in the other half.
History
Date User Action Args
2021-09-12 08:38:59serhiy.storchakasetrecipients: + serhiy.storchaka, barry, rhettinger, mark.dickinson, ncoghlan, vstinner, petr.viktorin, ethan.furman, veky, brandtbucher
2021-09-12 08:38:59serhiy.storchakasetmessageid: <1631435939.89.0.977397796239.issue45155@roundup.psfhosted.org>
2021-09-12 08:38:59serhiy.storchakalinkissue45155 messages
2021-09-12 08:38:59serhiy.storchakacreate