diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-22 12:49:58 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-22 12:49:58 (GMT) |
commit | 8bc792a602311e426cbd69293627fdc9287a5c7b (patch) | |
tree | 24eac68b6a0c114c14a9efacc043b85b41025a1d /Misc | |
parent | 04d759b1e4cb5b2d9ed13555e952565ccd3ce3bd (diff) | |
download | cpython-8bc792a602311e426cbd69293627fdc9287a5c7b.zip cpython-8bc792a602311e426cbd69293627fdc9287a5c7b.tar.gz cpython-8bc792a602311e426cbd69293627fdc9287a5c7b.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
@@ -1471,6 +1471,7 @@ Richard Walker Larry Wall Kevin Walzer Rodrigo Steinmuller Wanderley +Dingyuan Wang Ke Wang Greg Ward Tom Wardill @@ -106,6 +106,9 @@ Core and Builtins Library ------- +- Issue #25624: ZipFile now always writes a ZIP_STORED header for directory + entries. Patch by Dingyuan Wang. + - Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True) when the OS gives priority to errors such as EACCES over EEXIST. |