File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ platform-dependent.
194194+--------+--------------------------+--------------------+----------------+------------+
195195| Format | C Type | Python type | Standard size | Notes |
196196+========+==========================+====================+================+============+
197- | ``x `` | pad byte | no value | | |
197+ | ``x `` | pad byte | no value | | \( 7) |
198198+--------+--------------------------+--------------------+----------------+------------+
199199| ``c `` | :c:expr: `char ` | bytes of length 1 | 1 | |
200200+--------+--------------------------+--------------------+----------------+------------+
@@ -291,6 +291,9 @@ Notes:
291291 operations. See the Wikipedia page on the `half-precision floating-point
292292 format <half precision format_> `_ for more information.
293293
294+ (7)
295+ For padding, ``x `` inserts null bytes.
296+
294297
295298A format character may be preceded by an integral repeat count. For example,
296299the format string ``'4h' `` means exactly the same as ``'hhhh' ``.
You can’t perform that action at this time.
0 commit comments