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 eric.araujo
Recipients eric.araujo, georg.brandl, nadeem.vawda, tarek
Date 2012-02-29.09:06:51
SpamBayes Score 0.0020261414
Marked as misclassified No
Message-id <1330506412.27.0.362073752287.issue14061@psf.upfronthosting.co.za>
In-reply-to
Content
test_shutil contains partial tests for the archiving functionality.  I plan to rewrite some tests so that for example you can see a skip message when bz2 is not available, instead of silent non-testing.  Also, the internal functions _make_tarfile and _make_zipfile are directly tested, but IMO it’d be better to only exercise make_archive.
History
Date User Action Args
2012-02-29 09:06:52eric.araujosetrecipients: + eric.araujo, georg.brandl, nadeem.vawda, tarek
2012-02-29 09:06:52eric.araujosetmessageid: <1330506412.27.0.362073752287.issue14061@psf.upfronthosting.co.za>
2012-02-29 09:06:51eric.araujolinkissue14061 messages
2012-02-29 09:06:51eric.araujocreate