diff options
author | Skip Montanaro <skip@pobox.com> | 2005-07-17 11:47:46 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2005-07-17 11:47:46 (GMT) |
commit | bbf74f9d7b735ccb442ce30f59e72b4aaad62487 (patch) | |
tree | c519bc2f08245a137b430ca00f7f5188d2dc67ae /Doc/lib | |
parent | 4e422817eb1bc5a6a42365001ad45683ae07e559 (diff) | |
download | cpython-bbf74f9d7b735ccb442ce30f59e72b4aaad62487.zip cpython-bbf74f9d7b735ccb442ce30f59e72b4aaad62487.tar.gz cpython-bbf74f9d7b735ccb442ce30f59e72b4aaad62487.tar.bz2 |
Note that usegmt is new in 2.4. Closes #1239681.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/emailutil.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/emailutil.tex b/Doc/lib/emailutil.tex index 948adc8..8daaa9d 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}} |