]> 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:11:06 +0000 (15:11 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 17 Aug 2014 12:11:06 +0000 (15:11 +0300)
commitc82c4c34d8fceccc5942befa42440bbbe0359ac5
tree2af4ddc112336d2e26b6f98eb9839f7289bccd23
parentf880bff41ae75b1ae4e82183c39c8dc59c42bb49
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