diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-23 19:40:23 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-23 19:40:23 (GMT) |
commit | 46a34924e45d7a0a4d0e31bdc54eef30c0afa44e (patch) | |
tree | 6a8b2bf6a246007ceee7f5779224d18d76a81d7e /Misc/NEWS | |
parent | 026a399bf9b7d747cb04c69134e8e953aebc9760 (diff) | |
download | cpython-46a34924e45d7a0a4d0e31bdc54eef30c0afa44e.zip cpython-46a34924e45d7a0a4d0e31bdc54eef30c0afa44e.tar.gz cpython-46a34924e45d7a0a4d0e31bdc54eef30c0afa44e.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
@@ -13,6 +13,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. |