From: Fred Drake Date: Fri, 15 Jun 2001 14:13:07 +0000 (+0000) Subject: Add a version annotation for the Q and q format codes. X-Git-Tag: v2.2a3~1546 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54d10fd2cd405d45f412df07cb690ea1e4995615;p=thirdparty%2FPython%2Fcpython.git Add a version annotation for the Q and q format codes. --- diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex index f8056a2af9ed..9666633241cb 100644 --- a/Doc/lib/libstruct.tex +++ b/Doc/lib/libstruct.tex @@ -72,8 +72,9 @@ Notes: \item[(1)] The \character{q} and \character{Q} conversion codes are available in native mode only if the platform C compiler supports C \ctype{long long}, - or, on Windows, \ctype{__int64}. They're always available in standard + or, on Windows, \ctype{__int64}. They are always available in standard modes. + \versionadded{2.2} \end{description}