mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Doc: Update references and examples of old, unsupported OSes and uarches (GH-92791)
This commit is contained in:
parent
a365dd64c2
commit
a5ba0f4ebc
7 changed files with 29 additions and 18 deletions
|
@ -146,9 +146,10 @@ If the first character is not one of these, ``'@'`` is assumed.
|
|||
|
||||
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.
|
||||
IBM z and most legacy architectures are big-endian;
|
||||
and ARM, RISC-V and IBM Power feature switchable endianness
|
||||
(bi-endian, though the former two are nearly always little-endian in practice).
|
||||
Use ``sys.byteorder`` to check the endianness of your system.
|
||||
|
||||
Native size and alignment are determined using the C compiler's
|
||||
``sizeof`` expression. This is always combined with native byte order.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue