[issue26440] tarfile._FileInFile.seekable is broken in stream mode

Yaron de Leeuw report at bugs.python.org
Mon Jul 31 14:44:54 EDT 2017


Yaron de Leeuw added the comment:

_Stream provides seek, but only positive seeking is allowed. Is that considered seekable? Also, maybe _Stream should inherit from io.BaseIO. WDYT?

----------
nosy: +jarondl

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


More information about the Python-bugs-list mailing list