summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstruct.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-06-15 14:13:07 (GMT)
committerFred Drake <fdrake@acm.org>2001-06-15 14:13:07 (GMT)
commit54d10fd2cd405d45f412df07cb690ea1e4995615 (patch)
tree3f317e09e875a967f5849dade16cb95c122c709b /Doc/lib/libstruct.tex
parent2b30524ea97deae4e626c16eed7c96d89e90cc02 (diff)
downloadcpython-54d10fd2cd405d45f412df07cb690ea1e4995615.zip
cpython-54d10fd2cd405d45f412df07cb690ea1e4995615.tar.gz
cpython-54d10fd2cd405d45f412df07cb690ea1e4995615.tar.bz2
Add a version annotation for the Q and q format codes.
Diffstat (limited to 'Doc/lib/libstruct.tex')
-rw-r--r--Doc/lib/libstruct.tex3
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}