diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-22 12:56:22 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-22 12:56:22 (GMT) |
commit | 37c02acb6fddd3d745646736d8d8a2040b69c084 (patch) | |
tree | 5ab229cf117ab01608ad606e71885d7bca42abe3 /Misc | |
parent | a0ae9ff00653f461f44a5b195654cc9dcd0fef92 (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1443,6 +1443,7 @@ Richard Walker Larry Wall Kevin Walzer Rodrigo Steinmuller Wanderley +Dingyuan Wang Ke Wang Greg Ward Tom Wardill @@ -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? ============================ |