summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2012-04-29 20:12:27 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2012-04-29 20:12:27 (GMT)
commit5a38f80f9cb9bc2dc8692aa6ca7b6d738342749b (patch)
treeaed4da78596e4b5939e5c8e82287494981841a23 /Misc
parent1182351e69c81b95186a5318f28a6e1bd2fc0a2f (diff)
parent2420d831582a5403d679b6383933112948d476fe (diff)
downloadcpython-5a38f80f9cb9bc2dc8692aa6ca7b6d738342749b.zip
cpython-5a38f80f9cb9bc2dc8692aa6ca7b6d738342749b.tar.gz
cpython-5a38f80f9cb9bc2dc8692aa6ca7b6d738342749b.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 b2e709a..3509126 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -770,6 +770,7 @@ Alexandre Parenteau
Dan Parisien
Harri Pasanen
Gaƫl Pasgrimaud
+Joe Peterson
Randy Pausch
Samuele Pedroni
Marcel van der Peijl
diff --git a/Misc/NEWS b/Misc/NEWS
index b907f8c..33c640a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,6 +84,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 #6085: In http.server.py SimpleHTTPServer.address_string returns the