Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-38421: Update email.utils documentation (GH-16678) | David K | 2019-11-12 | 1 | -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 Wang | 2018-11-21 | 1 | -0/+218 |
I'll watch for 404 on the old URL and will setup an HTTP redirection if needed. |