summaryrefslogtreecommitdiff
path: root/Doc/library/email.utils.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-38421: Update email.utils documentation (GH-16678)David K2019-11-121-2/+2
| | | | | | | | | | 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
* bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)Zhiming Wang2018-11-211-0/+218
I'll watch for 404 on the old URL and will setup an HTTP redirection if needed.