commit | 37c02acb6fddd3d745646736d8d8a2040b69c084 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Nov 22 14:56:22 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Nov 22 14:56:22 2015 +0200 |
tree | 5ab229cf117ab01608ad606e71885d7bca42abe3 | |
parent | a0ae9ff00653f461f44a5b195654cc9dcd0fef92 [diff] |
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory entries. Patch by Dingyuan Wang.