summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2015-09-28 02:32:15 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2015-09-28 02:32:15 (GMT)
commit365ba8f6c1459cc5a902f3bec264ac07d8487c70 (patch)
tree21cfec1c779a69080a84785c37c4bc2f66480844 /Misc
parent36aff2db4ae7e113a8fce91b46301bd85e9c2f3b (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 241eafa..fec3cbc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.