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 amaury.forgeotdarc
Recipients Valentin.Lorentz, amaury.forgeotdarc
Date 2010-11-08.17:47:19
SpamBayes Score 0.10741257
Marked as misclassified No
Message-id <1289238447.87.0.332601815827.issue10362@psf.upfronthosting.co.za>
In-reply-to
Content
With a socket file you cannot rely on autodetection of the format. I suggest to try
   tarfile.open(fileobj=file_, mode='r:')
or 
   tarfile.open(fileobj=file_, mode='r:gz')
History
Date User Action Args
2010-11-08 17:47:27amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, Valentin.Lorentz
2010-11-08 17:47:27amaury.forgeotdarcsetmessageid: <1289238447.87.0.332601815827.issue10362@psf.upfronthosting.co.za>
2010-11-08 17:47:19amaury.forgeotdarclinkissue10362 messages
2010-11-08 17:47:19amaury.forgeotdarccreate