summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-11-23 07:27:07 (GMT)
committerLarry Hastings <larry@hastings.org>2015-11-23 07:27:07 (GMT)
commit3715cab3cb6bc689c66e7aaaeb86fbf953fe0262 (patch)
tree2135159f044b692a6b8d22eef78b18d8b8e7cd43 /Misc
parentba11daa4e880e16d56ed02e7e14d95f3b2c44eaf (diff)
parent3987fefd6f7309a36fb093cbfe229afe7b39406b (diff)
downloadcpython-3715cab3cb6bc689c66e7aaaeb86fbf953fe0262.zip
cpython-3715cab3cb6bc689c66e7aaaeb86fbf953fe0262.tar.gz
cpython-3715cab3cb6bc689c66e7aaaeb86fbf953fe0262.tar.bz2
Merge 3.5.1rc1 release changes back into main 3.5 branch.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS17
2 files changed, 18 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 1102ff3..b38bdb5 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1518,6 +1518,7 @@ Richard Walker
Larry Wall
Kevin Walzer
Rodrigo Steinmuller Wanderley
+Dingyuan Wang
Ke Wang
Greg Ward
Tom Wardill
diff --git a/Misc/NEWS b/Misc/NEWS
index 159d3d1..53c6f48 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,23 @@
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?
=================================