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 barry
Recipients barry, ethan.furman, ncoghlan, rhettinger, serhiy.storchaka
Date 2021-09-10.01:15:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <7FA8BDBE-B6B7-48ED-AC8C-3D429B03CF8C@python.org>
In-reply-to <1631236321.94.0.928303992545.issue45155@roundup.psfhosted.org>
Content
For the common case where you’re using all defaults, it won’t matter.  byteorder doesn’t matter when length=1.

> On Sep 9, 2021, at 18:12, Raymond Hettinger <report@bugs.python.org> wrote:
> 
> 
> Raymond Hettinger <raymond.hettinger@gmail.com> added the comment:
> 
> Perhaps instead of the system byte ordering, choose one for the default so that default encoding/decoding will work cross platform.  I think "little" is the most common (intel and arm).
History
Date User Action Args
2021-09-10 01:15:18barrysetrecipients: + barry, rhettinger, ncoghlan, ethan.furman, serhiy.storchaka
2021-09-10 01:15:17barrylinkissue45155 messages
2021-09-10 01:15:17barrycreate