]> granicus.if.org Git - python/commit
Issue #14653: email.utils.mktime_tz() no longer relies on system
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 22 Jun 2012 00:48:23 +0000 (20:48 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 22 Jun 2012 00:48:23 +0000 (20:48 -0400)
commit76935b9c8cc083f4d00bee3b8f0c76054dd31013
tree98f6ece8d6a3a7d582c76b209c1c943719fc3db0
parent2180c97a0055c8c2f6f2cf0754bfb650d7cc0f34
parenta07548e97bd819884ed1ddcfedb0fcbcbfdc58fe
Issue #14653: email.utils.mktime_tz() no longer relies on system
mktime() when timezone offest is supplied.
Lib/email/_parseaddr.py
Lib/test/test_email/test_email.py
Misc/NEWS