From efb9e6050c840ddb095b372abd5a6d04c73aff2b Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 10 Feb 2017 10:34:02 +0100 Subject: Fix datetime.fromtimestamp(): check bounds Issue #29100: Fix datetime.fromtimestamp() regression introduced in Python 3.6.0: check minimum and maximum years. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Misc') diff --git a/Misc/NEWS b/Misc/NEWS index cec19c6f52..d79ff2450d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -57,6 +57,9 @@ Extension Modules Library ------- +- Issue #29100: Fix datetime.fromtimestamp() regression introduced in Python + 3.6.0: check minimum and maximum years. + - Issue #29519: Fix weakref spewing exceptions during interpreter shutdown when used with a rare combination of multiprocessing and custom codecs. -- cgit v1.2.1