We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6bacb commit a6ac1d8Copy full SHA for a6ac1d8
Doc/library/struct.rst
@@ -60,7 +60,8 @@ The module defines the following exception and functions:
60
Pack the values *v1*, *v2*, ... according to the format string *format* and
61
write the packed bytes into the writable buffer *buffer* starting at
62
position *offset*. Note that *offset* is a required argument.
63
-
+.. note::
64
+ 'x' padding inserts null bytes to pad bytes.
65
66
.. function:: unpack(format, buffer)
67
0 commit comments