summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-23 19:42:02 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-23 19:42:02 (GMT)
commit385ffbffe6f129411811ce33156058c0aa183eac (patch)
tree54714ea4767bd84b6621ef8330718ff274315eb3 /Misc/NEWS
parent09a555eb381b88fbb0985bee573b0458e353f8d3 (diff)
parent46a34924e45d7a0a4d0e31bdc54eef30c0afa44e (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dd88aa2..3a9d086 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.