]> granicus.if.org Git - python/commitdiff
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)
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.

1  2 
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS

Simple merge
diff --cc Lib/zipfile.py
Simple merge
diff --cc Misc/NEWS
Simple merge