commit | a12255d8def0c82560545e66c1be981a447751c3 | [log] [tgz] |
---|---|---|
author | David K <dave@paddez.com> | Tue Nov 12 12:38:46 2019 +0000 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Nov 12 04:38:46 2019 -0800 |
tree | 2ece4180e113babf66170a725b4e7e094297abad | |
parent | 106271568c58cfebae58f0c52b640dbe716ba2ce [diff] |
bpo-38421: Update email.utils documentation (GH-16678) 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