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 eliv, lars.gustaebel
Date 2009-11-19.16:27:09
SpamBayes Score 9.931202e-07
Marked as misclassified No
Message-id <1258648031.3.0.179893802769.issue7357@psf.upfronthosting.co.za>
In-reply-to
Content
The TarFile constructor (as well as tarfile.open) takes an errorlevel
keyword argument. See
http://docs.python.org/dev/library/tarfile.html#tarfile-objects

I quote: "If errorlevel is 0, all errors are ignored when using
TarFile.extract(). Nevertheless, they appear as error messages in the
debug output, when debugging is enabled. If 1, all fatal errors are
raised as OSError or IOError exceptions. If 2, all non-fatal errors are
raised as TarError exceptions as well."

Hope that helps.
History
Date User Action Args
2009-11-19 16:27:11lars.gustaebelsetrecipients: + lars.gustaebel, eliv
2009-11-19 16:27:11lars.gustaebelsetmessageid: <1258648031.3.0.179893802769.issue7357@psf.upfronthosting.co.za>
2009-11-19 16:27:09lars.gustaebellinkissue7357 messages
2009-11-19 16:27:09lars.gustaebelcreate