summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2015-09-28 01:56:09 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2015-09-28 01:56:09 (GMT)
commitc58c2cb392479fb88e999ff99404e32b94f93cf0 (patch)
tree5dbd18dd69d27c0c5ae6e8409a48dbc4ac3741b0 /Misc
parentc944e34959914faabb57d18be7c04176d2bc5024 (diff)
parentc79447b267b391857f4e61a8e05c97ff01f3e61a (diff)
downloadcpython-c58c2cb392479fb88e999ff99404e32b94f93cf0.zip
cpython-c58c2cb392479fb88e999ff99404e32b94f93cf0.tar.gz
cpython-c58c2cb392479fb88e999ff99404e32b94f93cf0.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 1e13f63..0797dd2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Core and Builtins
Library
-------
+- 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.