diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-04-29 19:56:49 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-04-29 19:56:49 (GMT) |
commit | 2420d831582a5403d679b6383933112948d476fe (patch) | |
tree | a7c62c90314436f1442457f484bd25508d92fad8 /Misc | |
parent | ea7e9f9a83a88325e599d0a7b31122e50495a5aa (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -702,6 +702,7 @@ Peter Parente Alexandre Parenteau Dan Parisien Harri Pasanen +Joe Peterson Randy Pausch Samuele Pedroni Marcel van der Peijl @@ -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 |