]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 29 Apr 2012 19:56:49 +0000 (15:56 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 29 Apr 2012 19:56:49 +0000 (15:56 -0400)
commit2420d831582a5403d679b6383933112948d476fe
treea7c62c90314436f1442457f484bd25508d92fad8
parentea7e9f9a83a88325e599d0a7b31122e50495a5aa
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
the DST transition.  Patch by Joe Peterson.
Lib/imaplib.py
Lib/test/support.py
Lib/test/test_imaplib.py
Misc/ACKS
Misc/NEWS