From: Victor Stinner Date: Fri, 10 Feb 2017 09:34:37 +0000 (+0100) Subject: Merge 3.6 X-Git-Tag: v3.7.0a1~1379 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05e218c37d4159c2d9d70509d4c7a9b2405788f9;p=python Merge 3.6 --- 05e218c37d4159c2d9d70509d4c7a9b2405788f9 diff --cc Misc/NEWS index dd6fcd0dcb,d79ff2450d..5feaac7c38 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -225,6 -57,12 +225,9 @@@ Extension Module 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. - - Issue #29416: Prevent infinite loop in pathlib.Path.mkdir - Issue #29444: Fixed out-of-bounds buffer access in the group() method of