From: Skip Montanaro Date: Sun, 17 Jul 2005 15:34:58 +0000 (+0000) Subject: use macro X-Git-Tag: v2.5a0~1587 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a7b3503758dd6465449096e8933a5f978700f9d;p=thirdparty%2FPython%2Fcpython.git use macro --- diff --git a/Doc/lib/emailutil.tex b/Doc/lib/emailutil.tex index 8daaa9dc01ab..3532273db9bd 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}}