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

Bill Lee report at bugs.python.org
Thu Feb 25 11:57:25 EST 2016


Bill Lee added the comment:

I posted an incomplete traceback by mistake. Here is the whole traceback.

Traceback
=========
Traceback (most recent call last):
  File "seekable.py", line 5, in <module>
    print(contentFile.seekable())
  File "/usr/local/lib/python3.5/tarfile.py", line 649, in seekable
    return self.fileobj.seekable()
AttributeError: '_Stream' object has no attribute 'seekable'

----------

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


More information about the Python-bugs-list mailing list