diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2015-09-28 02:31:45 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2015-09-28 02:31:45 (GMT) |
commit | edc6885b3f6967df017be18a9b935f5599f10e19 (patch) | |
tree | 9b0383fafe72ae0ea91bded40465ab0112d0f414 /Misc | |
parent | 113843937615b26fe8c0a4402c754c176cb7293a (diff) | |
download | cpython-edc6885b3f6967df017be18a9b935f5599f10e19.zip cpython-edc6885b3f6967df017be18a9b935f5599f10e19.tar.gz cpython-edc6885b3f6967df017be18a9b935f5599f10e19.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
@@ -81,6 +81,9 @@ Core and Builtins Library ------- +- Issue #23600: Default implementation of tzinfo.fromutc() was returning + wrong results in some cases. + - Issue #25203: Failed readline.set_completer_delims() no longer left the module in inconsistent state. |