diff options
author | Fred Drake <fdrake@acm.org> | 2001-06-15 14:13:07 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-06-15 14:13:07 (GMT) |
commit | 54d10fd2cd405d45f412df07cb690ea1e4995615 (patch) | |
tree | 3f317e09e875a967f5849dade16cb95c122c709b | |
parent | 2b30524ea97deae4e626c16eed7c96d89e90cc02 (diff) | |
download | cpython-54d10fd2cd405d45f412df07cb690ea1e4995615.zip cpython-54d10fd2cd405d45f412df07cb690ea1e4995615.tar.gz cpython-54d10fd2cd405d45f412df07cb690ea1e4995615.tar.bz2 |
Add a version annotation for the Q and q format codes.
-rw-r--r-- | Doc/lib/libstruct.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex index f8056a2..9666633 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} |