[docs] is (big-endian) ?

Volunteer z23color at 163.com
Sun Dec 4 03:47:10 EST 2016


https://docs.python.org/3/library/struct.html


7.1.2.1. Byte Order, Size, and Alignment

Native byte order is big-endian or little-endian, depending on the host system. For example, Intel x86 and AMD64 (x86-64) are little-endian; Motorola 68000 and PowerPC G5 are big-endian; ARM and Intel Itanium feature switchable endianness (bi-endian). Use sys.byteorder to check the endianness of your system.




endianness (bi-endian) error?

is (big-endian) ?


.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20161204/5c41324a/attachment.html>


More information about the docs mailing list