]> granicus.if.org Git - python/commitdiff
Issue #22201: Command-line interface of the zipfile module now correctly
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 17 Aug 2014 12:17:56 +0000 (15:17 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 17 Aug 2014 12:17:56 +0000 (15:17 +0300)
extracts ZIP files with directory entries.  Patch by Ryan Wilson.

1  2 
Misc/NEWS

diff --cc Misc/NEWS
index c6bf6b7dc1a4550117bf5a4d16f11b065a3dc342,15f2b8259710009702c4ca08071bdd12aa948868..18137d03a7852eccb748a954f05c5bbf36a545d2
+++ b/Misc/NEWS
@@@ -935,17 -690,6 +935,20 @@@ Test
  Tools/Demos
  -----------
  
++- Issue #22201: Command-line interface of the zipfile module now correctly
++  extracts ZIP files with directory entries.  Patch by Ryan Wilson.
++
 +- Issue #22120: For functions using an unsigned integer return converter,
 +  Argument Clinic now generates a cast to that type for the comparison
 +  to -1 in the generated code.  (This supresses a compilation warning.)
 +
 +- Issue #18974: Tools/scripts/diff.py now uses argparse instead of optparse.
 +
 +- Issue #21906: Make Tools/scripts/md5sum.py work in Python 3.
 +  Patch by Zachary Ware.
 +
 +- Issue #21629: Fix Argument Clinic's "--converters" feature.
 +
  - Add support for ``yield from`` to 2to3.
  
  - Add support for the PEP 465 matrix multiplication operator to 2to3.