Christian Theune added the comment:

I don't think this will be solved. File-like objects (in this case IO wrappers 
for the socket) may have different capabilities and tarfile is just expecting 
too much.

My patch for #15002 relieved the situation somewhat by providing tell() but the 
IO stream just isn't seekable. I think you'll have to download to a temporary 
file first to give tarfile all the capabilities it needs.

I guess this should be rejected.

----------
nosy: +ctheune, r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10362>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to