summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-08-17 12:11:06 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-08-17 12:11:06 (GMT)
commitc82c4c34d8fceccc5942befa42440bbbe0359ac5 (patch)
tree2af4ddc112336d2e26b6f98eb9839f7289bccd23 /Misc
parentf880bff41ae75b1ae4e82183c39c8dc59c42bb49 (diff)
downloadcpython-c82c4c34d8fceccc5942befa42440bbbe0359ac5.zip
cpython-c82c4c34d8fceccc5942befa42440bbbe0359ac5.tar.gz
cpython-c82c4c34d8fceccc5942befa42440bbbe0359ac5.tar.bz2
Issue #22201: Command-line interface of the zipfile module now correctly
extracts ZIP files with directory entries. Patch by Ryan Wilson.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 86deb58..5f731bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,6 +84,12 @@ Extension Modules
adds support for the Linux AArch64 and POWERPC ELF ABIv2 little endian
architectures.
+Tools/Demos
+-----------
+
+- Issue #22201: Command-line interface of the zipfile module now correctly
+ extracts ZIP files with directory entries. Patch by Ryan Wilson.
+
Tests
-----