summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-23 19:40:23 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-23 19:40:23 (GMT)
commit46a34924e45d7a0a4d0e31bdc54eef30c0afa44e (patch)
tree6a8b2bf6a246007ceee7f5779224d18d76a81d7e /Misc/NEWS
parent026a399bf9b7d747cb04c69134e8e953aebc9760 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index df1be15..f21ece6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.