Staging
v0.8.1
https://github.com/python/cpython
Revision a12255d8def0c82560545e66c1be981a447751c3 authored by David K on 12 November 2019, 12:38:46 UTC, committed by Miss Islington (bot) on 12 November 2019, 12:38:46 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
1 parent 1062715
Raw File
Tip revision: a12255d8def0c82560545e66c1be981a447751c3 authored by David K on 12 November 2019, 12:38:46 UTC
bpo-38421: Update email.utils documentation (GH-16678)
Tip revision: a12255d
CODE_OF_CONDUCT.md
# 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 the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

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

back to top