summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-11-22 12:56:22 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-11-22 12:56:22 (GMT)
commit37c02acb6fddd3d745646736d8d8a2040b69c084 (patch)
tree5ab229cf117ab01608ad606e71885d7bca42abe3 /Misc
parenta0ae9ff00653f461f44a5b195654cc9dcd0fef92 (diff)
downloadcpython-37c02acb6fddd3d745646736d8d8a2040b69c084.zip
cpython-37c02acb6fddd3d745646736d8d8a2040b69c084.tar.gz
cpython-37c02acb6fddd3d745646736d8d8a2040b69c084.tar.bz2
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
entries. Patch by Dingyuan Wang.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 35619ec..c1f6481 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1443,6 +1443,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 bbbd845..d6144e0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
+ entries. Patch by Dingyuan Wang.
+
What's New in Python 2.7.11?
============================