]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merge 3.5.1rc1 release changes back into main 3.5 branch.
authorLarry Hastings <larry@hastings.org>
Mon, 23 Nov 2015 07:27:07 +0000 (23:27 -0800)
committerLarry Hastings <larry@hastings.org>
Mon, 23 Nov 2015 07:27:07 +0000 (23:27 -0800)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 159d3d138525f936578d511d5baefaf836100cb7,20d6003fd9252378791324b70e39359d9113086b..53c6f48b732fa36d206b4cea4195592e66318708
+++ 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?
  ===============================================