diff options
author | Robert Collins <rbtcollins@hp.com> | 2015-07-31 20:20:04 (GMT) |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2015-07-31 20:20:04 (GMT) |
commit | 354b6e50bb23b8801b6d5636231f0662b5bfdecc (patch) | |
tree | 4fa1cd06b67e32c93c92fa704aafaf94e8d2e613 /Misc/NEWS | |
parent | 12f896c52128178b8b220ba63084cd68a4c15574 (diff) | |
parent | 19fae1a932e48d2fd6434ba39685ab733d463097 (diff) | |
download | cpython-354b6e50bb23b8801b6d5636231f0662b5bfdecc.zip cpython-354b6e50bb23b8801b6d5636231f0662b5bfdecc.tar.gz cpython-354b6e50bb23b8801b6d5636231f0662b5bfdecc.tar.bz2 |
Issue #22932: Fix timezones in email.utils.formatdate.
Patch from Dmitry Shachnev.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Core and Builtins Library ------- +- Issue #22932: Fix timezones in email.utils.formatdate. + Patch from Dmitry Shachnev. + - Issue #23779: imaplib raises TypeError if authenticator tries to abort. Patch from Craig Holmquist. |