From: Larry Hastings Date: Mon, 23 Nov 2015 07:27:07 +0000 (-0800) Subject: Merge 3.5.1rc1 release changes back into main 3.5 branch. X-Git-Tag: v3.6.0a1~1001^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3715cab3cb6bc689c66e7aaaeb86fbf953fe0262;p=thirdparty%2FPython%2Fcpython.git Merge 3.5.1rc1 release changes back into main 3.5 branch. --- 3715cab3cb6bc689c66e7aaaeb86fbf953fe0262 diff --cc Misc/NEWS index 159d3d138525,20d6003fd925..53c6f48b732f --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -2,17 -2,6 +2,34 @@@ Python News +++++++++++ ++What's New in Python 3.5.2 release candidate 1? ++=============================================== ++ ++Release date: XXXX-XX-XX ++ ++Core and Builtins ++----------------- ++ ++Library ++------- ++ ++- Issue #25691: Fixed crash on deleting ElementTree.Element attributes. ++ ++- Issue #25624: ZipFile now always writes a ZIP_STORED header for directory ++ entries. Patch by Dingyuan Wang. ++ ++ +What's New in Python 3.5.1 final? +================================= + +Release date: 2015-12-06 + +Core and Builtins +----------------- + +Library +------- + What's New in Python 3.5.1 release candidate 1? ===============================================