diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-06-22 00:48:23 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-06-22 00:48:23 (GMT) |
commit | 76935b9c8cc083f4d00bee3b8f0c76054dd31013 (patch) | |
tree | 98f6ece8d6a3a7d582c76b209c1c943719fc3db0 /Misc | |
parent | 2180c97a0055c8c2f6f2cf0754bfb650d7cc0f34 (diff) | |
parent | a07548e97bd819884ed1ddcfedb0fcbcbfdc58fe (diff) | |
download | cpython-76935b9c8cc083f4d00bee3b8f0c76054dd31013.zip cpython-76935b9c8cc083f4d00bee3b8f0c76054dd31013.tar.gz cpython-76935b9c8cc083f4d00bee3b8f0c76054dd31013.tar.bz2 |
Issue #14653: email.utils.mktime_tz() no longer relies on system
mktime() when timezone offest is supplied.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ Core and Builtins Library ------- +- Issue #14653: email.utils.mktime_tz() no longer relies on system + mktime() when timezone offest is supplied. + - Issue #14684: zlib.compressobj() and zlib.decompressobj() now support the use of predefined compression dictionaries. Original patch by Sam Rushing. |