diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-23 19:42:02 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-23 19:42:02 (GMT) |
commit | 385ffbffe6f129411811ce33156058c0aa183eac (patch) | |
tree | 54714ea4767bd84b6621ef8330718ff274315eb3 /Misc/NEWS | |
parent | 09a555eb381b88fbb0985bee573b0458e353f8d3 (diff) | |
parent | 46a34924e45d7a0a4d0e31bdc54eef30c0afa44e (diff) | |
download | cpython-385ffbffe6f129411811ce33156058c0aa183eac.zip cpython-385ffbffe6f129411811ce33156058c0aa183eac.tar.gz cpython-385ffbffe6f129411811ce33156058c0aa183eac.tar.bz2 |
Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS
directory attributes.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -137,6 +137,9 @@ Core and Builtins Library ------- +- Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS + directory attributes. + - Issue #21866: ZipFile.close() no longer writes ZIP64 central directory records if allowZip64 is false. |