From 54d10fd2cd405d45f412df07cb690ea1e4995615 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 15 Jun 2001 14:13:07 +0000 Subject: [PATCH] Add a version annotation for the Q and q format codes. --- Doc/lib/libstruct.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex index f8056a2af9e..9666633241c 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}