mirror of
https://github.com/python/cpython.git
synced 2026-01-22 07:08:40 +00:00
[3.14] Update struct.__doc__: _Bool available unconditionally (GH-143716) (#144070)
Update struct.__doc__: _Bool available unconditionally (GH-143716) This amends commita9296e7f3b. (cherry picked from commit31c81ab0a2) Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
This commit is contained in:
parent
6293e1e7b4
commit
1cfb4192fe
1 changed files with 1 additions and 2 deletions
|
|
@ -2697,8 +2697,7 @@ The optional first format char indicates byte order, size and alignment:\n\
|
|||
The remaining chars indicate types of args and must match exactly;\n\
|
||||
these can be preceded by a decimal repeat count:\n\
|
||||
x: pad byte (no data); c:char; b:signed byte; B:unsigned byte;\n\
|
||||
?: _Bool (requires C99; if not available, char is used instead)\n\
|
||||
h:short; H:unsigned short; i:int; I:unsigned int;\n\
|
||||
?:_Bool; h:short; H:unsigned short; i:int; I:unsigned int;\n\
|
||||
l:long; L:unsigned long; f:float; d:double; e:half-float.\n\
|
||||
F:float complex; D:double complex.\n\
|
||||
Special cases (preceding decimal count indicates length):\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue