diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-04-29 20:12:27 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-04-29 20:12:27 (GMT) |
commit | 5a38f80f9cb9bc2dc8692aa6ca7b6d738342749b (patch) | |
tree | aed4da78596e4b5939e5c8e82287494981841a23 /Misc | |
parent | 1182351e69c81b95186a5318f28a6e1bd2fc0a2f (diff) | |
parent | 2420d831582a5403d679b6383933112948d476fe (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -770,6 +770,7 @@ Alexandre Parenteau Dan Parisien Harri Pasanen Gaƫl Pasgrimaud +Joe Peterson Randy Pausch Samuele Pedroni Marcel van der Peijl @@ -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 |