]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14653: email.utils.mktime_tz() no longer relies on system
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 22 Jun 2012 00:34:09 +0000 (20:34 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 22 Jun 2012 00:34:09 +0000 (20:34 -0400)
commita07548e97bd819884ed1ddcfedb0fcbcbfdc58fe
tree8b48da4855caf7c49af6246ea74a68ad263a6cd4
parent9ed8b4e4cac4f38109c3e08a8bfd19b7f6ad1c88
Issue #14653: email.utils.mktime_tz() no longer relies on system
mktime() when timezone offest is supplied.
Lib/email/_parseaddr.py
Lib/email/test/test_email.py
Misc/NEWS