diff options
author | Larry Hastings <larry@hastings.org> | 2015-11-23 07:27:07 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-11-23 07:27:07 (GMT) |
commit | 3715cab3cb6bc689c66e7aaaeb86fbf953fe0262 (patch) | |
tree | 2135159f044b692a6b8d22eef78b18d8b8e7cd43 /Misc | |
parent | ba11daa4e880e16d56ed02e7e14d95f3b2c44eaf (diff) | |
parent | 3987fefd6f7309a36fb093cbfe229afe7b39406b (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 17 |
2 files changed, 18 insertions, 0 deletions
@@ -1518,6 +1518,7 @@ Richard Walker Larry Wall Kevin Walzer Rodrigo Steinmuller Wanderley +Dingyuan Wang Ke Wang Greg Ward Tom Wardill @@ -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? ================================= |