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.

作者 eric.araujo
收信人 eric.araujo, nadeem.vawda, proyvind, tarek
日期 2012-02-14.16:34:22
SpamBayes Score 0.00010674616
Marked as misclassified
Message-id <1329237263.18.0.74196135542.issue5411@psf.upfronthosting.co.za>
In-reply-to
内容
a) is #14013; b) is #14011.

If Lars agrees to #14013, I will withdraw this patch in favor of another one that would make shutil automatically support all compressors that tarfile supports (my b) point).

Note that this is not going to be pain-free, as for example bzip2 compression is obtained with the strings “bz2”, “bzip2”, “bzip” or “bztar” depending on the modules; I think it’s worth it nonetheless, even if I have to add an ugly conversion in shutil for compat.
历史
日期 用户 动作 参数
2012-02-14 16:34:23eric.araujo修改recipients: + eric.araujo, nadeem.vawda, tarek, proyvind
2012-02-14 16:34:23eric.araujo修改messageid: <1329237263.18.0.74196135542.issue5411@psf.upfronthosting.co.za>
2012-02-14 16:34:22eric.araujo链接issue5411 messages
2012-02-14 16:34:22eric.araujo创建