diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2015-09-28 02:32:15 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2015-09-28 02:32:15 (GMT) |
commit | 365ba8f6c1459cc5a902f3bec264ac07d8487c70 (patch) | |
tree | 21cfec1c779a69080a84785c37c4bc2f66480844 /Misc | |
parent | 36aff2db4ae7e113a8fce91b46301bd85e9c2f3b (diff) | |
download | cpython-365ba8f6c1459cc5a902f3bec264ac07d8487c70.zip cpython-365ba8f6c1459cc5a902f3bec264ac07d8487c70.tar.gz cpython-365ba8f6c1459cc5a902f3bec264ac07d8487c70.tar.bz2 |
Closes issue #23600: Wrong results from tzinfo.fromutc().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ Library - Issue #25203: Failed readline.set_completer_delims() no longer left the module in inconsistent state. +- Issue #23600: Default implementation of tzinfo.fromutc() was returning + wrong results in some cases. + - Issue #23329: Allow the ssl module to be built with older versions of LibreSSL. |