mirror of
https://github.com/python/cpython.git
synced 2024-12-11 18:53:56 +08:00
Document the byte_order value in the sys module.
This commit is contained in:
parent
099325e01b
commit
68e2915fc7
@ -20,6 +20,14 @@ It is always available.
|
||||
\code{argv} has zero length.
|
||||
\end{datadesc}
|
||||
|
||||
\begin{datadesc}{byte_order}
|
||||
An indicator of the native byte order. This will have the value
|
||||
\code{'big'} on big-endian (most-signigicant byte first) platforms,
|
||||
and \code{'little'} on little-endian (least-significant byte first)
|
||||
platforms.
|
||||
\versionadded{2.0}
|
||||
\end{datadesc}
|
||||
|
||||
\begin{datadesc}{builtin_module_names}
|
||||
A tuple of strings giving the names of all modules that are compiled
|
||||
into this Python interpreter. (This information is not available in
|
||||
|
Loading…
Reference in New Issue
Block a user