diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-06-22 00:57:39 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-06-22 00:57:39 (GMT) |
commit | e99d3a160ca622fff737a0f835f78e2c4705f9cc (patch) | |
tree | 927a11ff40ff2fb04896a067613362a29eca5bdb /Misc | |
parent | 9bd4bf2a3d0426ee3830e89854ecf4bea03ac830 (diff) | |
download | cpython-e99d3a160ca622fff737a0f835f78e2c4705f9cc.zip cpython-e99d3a160ca622fff737a0f835f78e2c4705f9cc.tar.gz cpython-e99d3a160ca622fff737a0f835f78e2c4705f9cc.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
@@ -70,6 +70,9 @@ Core and Builtins Library ------- +- Issue #14653: email.utils.mktime_tz() no longer relies on system + mktime() when timezone offest is supplied. + - Issue #15101: Make pool finalizer avoid joining current thread. - Issue #15054: A bug in tokenize.tokenize that caused string literals |