From: Skip Montanaro Date: Sun, 17 Jul 2005 11:48:54 +0000 (+0000) Subject: backport X-Git-Tag: v2.4.2c1~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f934f50fdeb4ee750692782f8006fc1b04ff6996;p=thirdparty%2FPython%2Fcpython.git backport --- diff --git a/Doc/lib/emailutil.tex b/Doc/lib/emailutil.tex index 948adc88ed76..8daaa9dc01ab 100644 --- a/Doc/lib/emailutil.tex +++ b/Doc/lib/emailutil.tex @@ -103,7 +103,8 @@ The default is \code{False} meaning UTC is used. 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} +as HTTP). This only applies when \var{localtime} is \code{False}. +New in Python 2.4. \end{funcdesc} \begin{funcdesc}{make_msgid}{\optional{idstring}}