]> 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:14:36 +0000 (09:14 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 3 Dec 2014 07:14:36 +0000 (09:14 +0200)
commitf4adbae92738b96915664461fcc3be17e19eb674
tree87c096e873b499206bd05fa7c92a6f3fa0cc0496
parent4954f9fcab59e38f2229998b3276567d4bf92b53
parent1ad088f3ea14f4b598040e1d266e2567aa260dea
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.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS