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 pje
Recipients giampaolo.rodola, pje
Date 2008-01-21.21:42:36
SpamBayes Score 0.054254558
Marked as misclassified No
Message-id <1200951757.79.0.168687724061.issue1886@psf.upfronthosting.co.za>
In-reply-to
Content
On systems where the gzip or bz2 modules aren't installed, this patch
can raise a tarfile.CompressionError, which should be caught and handled
correctly.  The import of tarfile should also be inside the relevant
function (as is done for make_zipfile) instead of at the top level.

Other than those two points, the patch looks great.
History
Date User Action Args
2008-01-21 21:42:37pjesetspambayes_score: 0.0542546 -> 0.054254558
recipients: + pje, giampaolo.rodola
2008-01-21 21:42:37pjesetspambayes_score: 0.0542546 -> 0.0542546
messageid: <1200951757.79.0.168687724061.issue1886@psf.upfronthosting.co.za>
2008-01-21 21:42:36pjelinkissue1886 messages
2008-01-21 21:42:36pjecreate