mirror of
https://github.com/python/cpython.git
synced 2025-11-20 19:06:50 +00:00
fix a typo in PyErr_Format table and add row for 'p' format char
closes bug 534495
This commit is contained in:
parent
0c766a0bb6
commit
9e38c100ab
1 changed files with 2 additions and 1 deletions
|
|
@ -139,7 +139,8 @@ for each thread.
|
||||||
\lineii{c}{Character, as an \ctype{int} parameter}
|
\lineii{c}{Character, as an \ctype{int} parameter}
|
||||||
\lineii{d}{Number in decimal, as an \ctype{int} parameter}
|
\lineii{d}{Number in decimal, as an \ctype{int} parameter}
|
||||||
\lineii{x}{Number in hexadecimal, as an \ctype{int} parameter}
|
\lineii{x}{Number in hexadecimal, as an \ctype{int} parameter}
|
||||||
\lineii{x}{A string, as a \ctype{char *} parameter}
|
\lineii{s}{A string, as a \ctype{char *} parameter}
|
||||||
|
\lineii{p}{A hex pointer, as a \ctype{void *} parameter}
|
||||||
\end{tableii}
|
\end{tableii}
|
||||||
|
|
||||||
An unrecognized format character causes all the rest of the format
|
An unrecognized format character causes all the rest of the format
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue