[issue22908] ZipExtFile in zipfile can be seekable

Serhiy Storchaka report at bugs.python.org
Fri Nov 21 15:08:37 CET 2014


Serhiy Storchaka added the comment:

Actually TarFile already works with non-seekable streams. Use TarFile.open() with mode='r|*' or like.

On other hand I'm not against the make non-compressed ZipExtFile seekable. It can be helpful in case when ZIP file is used just as a container for other files.

----------
assignee:  -> serhiy.storchaka
stage:  -> needs patch
versions: +Python 3.5 -Python 3.4

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


More information about the Python-bugs-list mailing list