]> granicus.if.org Git - python/commit
#467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.
authorGeorg Brandl <georg@python.org>
Mon, 7 Jan 2008 18:47:44 +0000 (18:47 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 7 Jan 2008 18:47:44 +0000 (18:47 +0000)
commit62416bcf5ad46019f758aa212b05b3d60cb71ef3
tree168c2f432e63ebc9265a93e41274c5ca53513a48
parent76b30d1688a7ba1ff1b01a3eb21bf4890f71d404
#467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.
Doc/library/zipfile.rst
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS