]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 3 Dec 2014 07:11:57 +0000 (09:11 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 3 Dec 2014 07:11:57 +0000 (09:11 +0200)
commit1ad088f3ea14f4b598040e1d266e2567aa260dea
treeec65e809649e8a4c7e3ce25dd2f29547267920b9
parentd87de8358285cdd793e88e037024d143c3e47563
Issue #14099: ZipFile.open() no longer reopen the underlying file.  Objects
returned by ZipFile.open() can now operate independently of the ZipFile even
if the ZipFile was created by passing in a file-like object as the first
argument to the constructor.
Doc/library/zipfile.rst
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS