diff options
author | Skip Montanaro <skip@pobox.com> | 2005-07-17 15:35:41 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2005-07-17 15:35:41 (GMT) |
commit | 3cbab93d0d1ade2b682aae60706a9d2120a7a8e1 (patch) | |
tree | a2863691f64037ae050f3d1a288cdb089ddc80fe /Doc | |
parent | f934f50fdeb4ee750692782f8006fc1b04ff6996 (diff) | |
download | cpython-3cbab93d0d1ade2b682aae60706a9d2120a7a8e1.zip cpython-3cbab93d0d1ade2b682aae60706a9d2120a7a8e1.tar.gz cpython-3cbab93d0d1ade2b682aae60706a9d2120a7a8e1.tar.bz2 |
use macro
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/emailutil.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/emailutil.tex b/Doc/lib/emailutil.tex index 8daaa9d..3532273 100644 --- a/Doc/lib/emailutil.tex +++ b/Doc/lib/emailutil.tex @@ -104,7 +104,7 @@ Optional \var{usegmt} is a flag that when \code{True}, outputs a date string with the timezone as an ascii string \code{GMT}, rather than a numeric \code{-0000}. This is needed for some protocols (such as HTTP). This only applies when \var{localtime} is \code{False}. -New in Python 2.4. +\versionadded{2.4} \end{funcdesc} \begin{funcdesc}{make_msgid}{\optional{idstring}} |