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 Sworddragon, lars.gustaebel, serhiy.storchaka
Date 2014-04-28.10:56:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398682599.29.0.486037208965.issue21369@psf.upfronthosting.co.za>
In-reply-to
Content
You can pass keyword arguments to tarfile.open(), which will be passed to the TarFile constructor. You can also use pass fileobj arguments to tarfile.open().
History
Date User Action Args
2014-04-28 10:56:39lars.gustaebelsetrecipients: + lars.gustaebel, Sworddragon, serhiy.storchaka
2014-04-28 10:56:39lars.gustaebelsetmessageid: <1398682599.29.0.486037208965.issue21369@psf.upfronthosting.co.za>
2014-04-28 10:56:39lars.gustaebellinkissue21369 messages
2014-04-28 10:56:39lars.gustaebelcreate