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 GotenXiao, lars.gustaebel
Date 2008-03-07.12:10:22
SpamBayes Score 0.018709501
Marked as misclassified No
Message-id <1204891823.86.0.353609410475.issue2251@psf.upfronthosting.co.za>
In-reply-to
Content
This is in fact misuse of the addfile() method on your side. The docs
(http://docs.python.org/dev/library/tarfile.html#tarfile.TarFile.addfile)
state that the first argument is supposed to be a TarInfo object not a
pathname. You should use the add() method instead.
History
Date User Action Args
2008-03-07 12:10:24lars.gustaebelsetspambayes_score: 0.0187095 -> 0.018709501
recipients: + lars.gustaebel, GotenXiao
2008-03-07 12:10:23lars.gustaebelsetspambayes_score: 0.0187095 -> 0.0187095
messageid: <1204891823.86.0.353609410475.issue2251@psf.upfronthosting.co.za>
2008-03-07 12:10:23lars.gustaebellinkissue2251 messages
2008-03-07 12:10:22lars.gustaebelcreate