From: Fred Drake Date: Wed, 27 Mar 2002 14:08:21 +0000 (+0000) Subject: Backport Skip's patch for SF bug #534495: X-Git-Tag: v2.2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=409bb439edfb33d3c48ba2382b98af9187fdb261;p=thirdparty%2FPython%2Fcpython.git Backport Skip's patch for SF bug #534495: exceptions.tex 1.5 fix a typo in PyErr_Format table and add row for 'p' format char closes bug 534495 --- diff --git a/Doc/api/exceptions.tex b/Doc/api/exceptions.tex index eaaafdd08215..046130d04528 100644 --- a/Doc/api/exceptions.tex +++ b/Doc/api/exceptions.tex @@ -139,7 +139,8 @@ for each thread. \lineii{c}{Character, 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}{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} An unrecognized format character causes all the rest of the format