[Python-Dev] python/dist/src/Doc/lib emailutil.tex,1.11,1.12

Reinhold Birkenfeld reinhold-birkenfeld-nospam at wolke7.net
Sun Jul 17 15:02:54 CEST 2005


montanaro at users.sourceforge.net wrote:
> Update of /cvsroot/python/python/dist/src/Doc/lib
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20654
> 
> Modified Files:
> 	emailutil.tex 
> Log Message:
> Note that usegmt is new in 2.4.  Closes #1239681.
> 
> 
> Index: emailutil.tex
> ===================================================================
> RCS file: /cvsroot/python/python/dist/src/Doc/lib/emailutil.tex,v
> retrieving revision 1.11
> retrieving revision 1.12
> diff -u -d -r1.11 -r1.12
> --- emailutil.tex	1 Nov 2004 03:59:24 -0000	1.11
> +++ emailutil.tex	17 Jul 2005 11:47:46 -0000	1.12
> @@ -103,7 +103,8 @@
>  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}}

Wouldn't that be \versionadded{2.4}?

Reinhold

-- 
Mail address is perfectly valid!



More information about the Python-Dev mailing list