summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/ustruct.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/ustruct.rst')
-rw-r--r--docs/library/ustruct.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/library/ustruct.rst b/docs/library/ustruct.rst
index ae5b1be003..74e42af07a 100644
--- a/docs/library/ustruct.rst
+++ b/docs/library/ustruct.rst
@@ -7,6 +7,12 @@
See `Python struct <https://docs.python.org/3/library/struct.html>`_ for more
information.
+Supported size/byte order prefixes: ``@``, ``<``, ``>``, ``!``.
+
+Supported format codes: ``b``, ``B``, ``h``, ``H``, ``i``, ``I``, ``l``,
+``L``, ``q``, ``Q``, ``s``, ``P``, ``f``, ``d`` (the latter 2 depending
+on the floating-point support).
+
Functions
---------