summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2005-07-17 15:34:58 (GMT)
committerSkip Montanaro <skip@pobox.com>2005-07-17 15:34:58 (GMT)
commit7a7b3503758dd6465449096e8933a5f978700f9d (patch)
tree5384ec33b64218ed919ff58d2ab149a76e7427fb /Doc
parentbbf74f9d7b735ccb442ce30f59e72b4aaad62487 (diff)
downloadcpython-7a7b3503758dd6465449096e8933a5f978700f9d.zip
cpython-7a7b3503758dd6465449096e8933a5f978700f9d.tar.gz
cpython-7a7b3503758dd6465449096e8933a5f978700f9d.tar.bz2
use macro
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/emailutil.tex2
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}}