From: R. David Murray Date: Wed, 3 Feb 2010 13:36:23 +0000 (+0000) Subject: Explicitly mention the default value for formatdate's usegmt parameter. X-Git-Tag: v2.7a3~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8f42075df0c8e369b87f7d1310b6ba08ceb0da4;p=python Explicitly mention the default value for formatdate's usegmt parameter. --- diff --git a/Doc/library/email.util.rst b/Doc/library/email.util.rst index aa6788549f..153ba78004 100644 --- a/Doc/library/email.util.rst +++ b/Doc/library/email.util.rst @@ -102,7 +102,7 @@ There are several useful utilities provided in the :mod:`email.utils` module: Optional *usegmt* is a flag that when ``True``, outputs a date string with the timezone as an ascii string ``GMT``, rather than a numeric ``-0000``. This is needed for some protocols (such as HTTP). This only applies when *localtime* is - ``False``. + ``False``. The default is ``False``. .. versionadded:: 2.4