Explicitly mention the default value for formatdate's usegmt parameter.

This commit is contained in:
R. David Murray 2010-02-03 13:36:23 +00:00
parent dde5b94875
commit f8f42075df
1 changed files with 1 additions and 1 deletions

View File

@ -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