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 lars.gustaebel
Recipients johnsonm, lars.gustaebel
Date 2009-06-10.19:26:48
SpamBayes Score 0.00021278184
Marked as misclassified No
Message-id <1244662010.02.0.178204452451.issue6254@psf.upfronthosting.co.za>
In-reply-to
Content
If I am not mistaken the functionality you look for is the streaming
mode of tarfile.open():

tar = tarfile.open(fileobj=sys.stdin, mode="r|*")

Does this solve your problem?
History
Date User Action Args
2009-06-10 19:26:50lars.gustaebelsetrecipients: + lars.gustaebel, johnsonm
2009-06-10 19:26:50lars.gustaebelsetmessageid: <1244662010.02.0.178204452451.issue6254@psf.upfronthosting.co.za>
2009-06-10 19:26:48lars.gustaebellinkissue6254 messages
2009-06-10 19:26:48lars.gustaebelcreate