Kaydet (Commit) f8f42075 authored tarafından R. David Murray's avatar R. David Murray

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

üst dde5b948
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment