Add a version annotation for the Q and q format codes.

This commit is contained in:
Fred Drake 2001-06-15 14:13:07 +00:00
parent 2b30524ea9
commit 54d10fd2cd
1 changed files with 2 additions and 1 deletions

View 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}