]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1775025: allow opening zipfile members via ZipInfo instances.
authorGeorg Brandl <georg@python.org>
Tue, 20 May 2008 08:25:48 +0000 (08:25 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 20 May 2008 08:25:48 +0000 (08:25 +0000)
commit112aa5032985925608844d7421e12703afd6ce41
treeb7e26da27c90471192c42afea278b8b9f59ef9f3
parent4dd019fde36b53b30e69a2ce9cee3f2f9f25c2a6
Patch #1775025: allow opening zipfile members via ZipInfo instances.
Patch by Graham Horler.
Doc/library/zipfile.rst
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS