[issue22908] ZipExtFile in zipfile can be seekable

Serhiy Storchaka report at bugs.python.org
Thu Nov 20 19:20:45 CET 2014


Serhiy Storchaka added the comment:

I'm -1 on adding the seek method with linear complexity. This looks as attractive nonsense to me. It would be better just make TarFile working with non-seekable streams.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list