Barry A. Warsaw <[email protected]> added the comment: 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 <[email protected]> wrote: > > > Raymond Hettinger <[email protected]> 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). ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue45155> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
