File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ Functions to convert between Python values and C structs.\n\
99Python strings are used to hold the data representing the C struct\n\
1010and also as format strings to describe the layout of data in the C struct.\n\
1111\n\
12- The optional first format char indicates byte ordering and alignment:\n\
13- @: native w/native alignment(default)\n\
14- =: native w/standard alignment\n\
15- <: little-endian, std. alignment\n\
16- >: big-endian, std. alignment\n\
17- !: network, std ( same as >) \n\
12+ The optional first format char indicates byte order, size and alignment:\n\
13+ @: native order, size & alignment (default)\n\
14+ =: native order, std. size & alignment\n\
15+ <: little-endian, std. size & alignment\n\
16+ >: big-endian, std. size & alignment\n\
17+ !: same as >\n\
1818\n\
1919The remaining chars indicate types of args and must match exactly;\n\
2020these can be preceded by a decimal repeat count:\n\
You can’t perform that action at this time.
0 commit comments