From: Alexander Belopolsky Date: Mon, 28 Sep 2015 01:56:09 +0000 (-0400) Subject: Closes issue #23600: Wrong results from tzinfo.fromutc(). X-Git-Tag: v3.5.1rc1~257^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c58c2cb392479fb88e999ff99404e32b94f93cf0;p=thirdparty%2FPython%2Fcpython.git Closes issue #23600: Wrong results from tzinfo.fromutc(). --- c58c2cb392479fb88e999ff99404e32b94f93cf0 diff --cc Misc/NEWS index 1e13f63483a8,aa59f158469d..0797dd2295c6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -21,8 -81,8 +21,11 @@@ Core and Builtin Library ------- + - Issue #23600: Default implementation of tzinfo.fromutc() was returning - wrong results in some cases. ++ wrong results in some cases. ++ +- Issue #23329: Allow the ssl module to be built with older versions of + LibreSSL. - Prevent overflow in _Unpickler_Read.