diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-23 19:39:59 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-23 19:39:59 (GMT) |
commit | 6d343e708b44fc7100df0fd9b9f85276360fb4cd (patch) | |
tree | abd82cf916279e06667376acca014ff6509c3f7a /Misc | |
parent | 1af262c65cbc7012086b389654eff9438acfbe66 (diff) | |
download | cpython-6d343e708b44fc7100df0fd9b9f85276360fb4cd.zip cpython-6d343e708b44fc7100df0fd9b9f85276360fb4cd.tar.gz cpython-6d343e708b44fc7100df0fd9b9f85276360fb4cd.tar.bz2 |
Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS
directory attributes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,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. |