commit | 5323ed3424710f640b643cc467bb628825d58a94 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Nov 22 19:04:56 2015 -0800 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Nov 22 19:04:56 2015 -0800 |
tree | 3fb21f63dbfbcf793b687dedc40ea2703ca7a7aa | |
parent | 85592c9c80d169e336cfeae6de0c3361f7437166 [diff] |
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory entries. Patch by Dingyuan Wang.