Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

The struct module has 4 different modes. By default it uses not only native 
byte order, but native sizes and alignments which depend on OS and compiler. 
You need to know all these details just to understand the format codes. I think 
that the struct module user is more prepared to work with different word sizes 
and therefore with different byte ordering.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45155>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to