summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2012-04-29 19:56:49 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2012-04-29 19:56:49 (GMT)
commit2420d831582a5403d679b6383933112948d476fe (patch)
treea7c62c90314436f1442457f484bd25508d92fad8 /Misc
parentea7e9f9a83a88325e599d0a7b31122e50495a5aa (diff)
downloadcpython-2420d831582a5403d679b6383933112948d476fe.zip
cpython-2420d831582a5403d679b6383933112948d476fe.tar.gz
cpython-2420d831582a5403d679b6383933112948d476fe.tar.bz2
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
the DST transition. Patch by Joe Peterson.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 079386e..7373bc9 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -702,6 +702,7 @@ Peter Parente
Alexandre Parenteau
Dan Parisien
Harri Pasanen
+Joe Peterson
Randy Pausch
Samuele Pedroni
Marcel van der Peijl
diff --git a/Misc/NEWS b/Misc/NEWS
index ebf0cfa..412735b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,9 @@ Core and Builtins
Library
-------
+- Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
+ the DST transition. Patch by Joe Peterson.
+
- Issue #9154: Fix parser module to understand function annotations.
- Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a