[issue26039] More flexibility in zipfile write interface

Thomas Kluyver report at bugs.python.org
Tue Apr 26 07:01:08 EDT 2016


Thomas Kluyver added the comment:

zipfile-open-w8 removes the concurrent read-write check for non-seekable files. As Martin points out, reading currently requires seeking, and a streaming read API would look very different from the current API.

----------
Added file: http://bugs.python.org/file42598/zipfile-open-w8.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26039>
_______________________________________


More information about the Python-bugs-list mailing list