This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ctheune
Recipients Valentin.Lorentz, amaury.forgeotdarc, ctheune, eric.araujo, orsenthil, progval, r.david.murray
Date 2014-04-17.18:34:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397759665.91.0.869278236514.issue10362@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-04-17 18:34:25ctheunesetrecipients: + ctheune, amaury.forgeotdarc, orsenthil, eric.araujo, r.david.murray, progval, Valentin.Lorentz
2014-04-17 18:34:25ctheunesetmessageid: <1397759665.91.0.869278236514.issue10362@psf.upfronthosting.co.za>
2014-04-17 18:34:25ctheunelinkissue10362 messages
2014-04-17 18:34:25ctheunecreate