Staging
v0.5.1
https://github.com/python/cpython
Revision eadddad6b093bca74601b1ea91ab96119bc543d8 authored by Miss Islington (bot) on 12 November 2019, 13:34:16 UTC, committed by GitHub on 12 November 2019, 13:34:16 UTC


Updates documentation around email.utils.parsedate_tz().

Currently, the documentation specifies that when a string without a is timezone passed to parsedate_tz(), the last tuple is returned as ```None```.

This is no longer true since Python 3.3


https://bugs.python.org/issue38421
(cherry picked from commit a12255d8def0c82560545e66c1be981a447751c3)


Co-authored-by: David K <dave@paddez.com>


https://bugs.python.org/issue38421



Automerge-Triggered-By: @encukou
1 parent 177b126
Raw File
Tip revision: eadddad6b093bca74601b1ea91ab96119bc543d8 authored by Miss Islington (bot) on 12 November 2019, 13:34:16 UTC
[3.7] bpo-38421: Update email.utils documentation (GH-16678) (GH-17121)
Tip revision: eadddad
CODE_OF_CONDUCT.rst
Code of Conduct
===============

Please note that all interactions on
`Python Software Foundation <https://www.python.org/psf-landing/>`__-supported
infrastructure is `covered
<https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties>`__
by the `PSF Code of Conduct <https://www.python.org/psf/codeofconduct/>`__,
which includes all infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general this means everyone is expected to be open, considerate, and
respectful of others no matter what their position is within the project.

back to top