diff options
| author | Skip Montanaro <skip@pobox.com> | 2005-07-17 11:47:46 +0000 |
|---|---|---|
| committer | Skip Montanaro <skip@pobox.com> | 2005-07-17 11:47:46 +0000 |
| commit | bbf74f9d7b735ccb442ce30f59e72b4aaad62487 (patch) | |
| tree | c519bc2f08245a137b430ca00f7f5188d2dc67ae | |
| parent | 4e422817eb1bc5a6a42365001ad45683ae07e559 (diff) | |
| download | cpython-git-bbf74f9d7b735ccb442ce30f59e72b4aaad62487.tar.gz | |
Note that usegmt is new in 2.4. Closes #1239681.
| -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 948adc88ed..8daaa9dc01 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}} |
