summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-10-04 10:39:34 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-10-04 10:39:34 (GMT)
commit518e71b18a008947b17369de5c06d9543db7dfc5 (patch)
treeca83738757984fac8065b54e4d552ba39897cd76 /Misc/NEWS
parentbf92bceaaab32983707f076fabb327ba6861b9af (diff)
downloadcpython-518e71b18a008947b17369de5c06d9543db7dfc5.zip
cpython-518e71b18a008947b17369de5c06d9543db7dfc5.tar.gz
cpython-518e71b18a008947b17369de5c06d9543db7dfc5.tar.bz2
Issue #22219: The zipfile module CLI now adds entries for directories
(including empty directories) in ZIP file.
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 5934d5b..671cc50 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,9 @@ Core and Builtins
Library
-------
+- Issue #22219: The zipfile module CLI now adds entries for directories
+ (including empty directories) in ZIP file.
+
- Issue #22449: In the ssl.SSLContext.load_default_certs, consult the
enviromental variables SSL_CERT_DIR and SSL_CERT_FILE on Windows.