]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a version annotation for the Q and q format codes.
authorFred Drake <fdrake@acm.org>
Fri, 15 Jun 2001 14:13:07 +0000 (14:13 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 15 Jun 2001 14:13:07 +0000 (14:13 +0000)
Doc/lib/libstruct.tex

index f8056a2af9ed88e43a5c6d6ba74c0caa3d02b151..9666633241cba5bcd42e319dff87478e7bce8016 100644 (file)
@@ -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}