summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-07-31 20:19:06 (GMT)
committerRobert Collins <rbtcollins@hp.com>2015-07-31 20:19:06 (GMT)
commit19fae1a932e48d2fd6434ba39685ab733d463097 (patch)
treef228a83a08a95780c219e60f3b342a5a6dd8b9f4 /Misc/NEWS
parenta7a4c41411026f5c049bb147425f6ce34c187bb6 (diff)
parent2080dc97a7d629384a1dfbad9003f3cbd9011911 (diff)
downloadcpython-19fae1a932e48d2fd6434ba39685ab733d463097.zip
cpython-19fae1a932e48d2fd6434ba39685ab733d463097.tar.gz
cpython-19fae1a932e48d2fd6434ba39685ab733d463097.tar.bz2
Issue #22932: Fix timezones in email.utils.formatdate.
Patch from Dmitry Shachnev.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 03a3c0f..2eeb399 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.