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