summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2015-09-28 02:31:45 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2015-09-28 02:31:45 (GMT)
commitedc6885b3f6967df017be18a9b935f5599f10e19 (patch)
tree9b0383fafe72ae0ea91bded40465ab0112d0f414 /Misc
parent113843937615b26fe8c0a4402c754c176cb7293a (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6793215..63730fa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.