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-06.17:16:11
SpamBayes Score 0.009646041
Marked as misclassified
Message-id <1328548572.41.0.116224225919.issue5411@psf.upfronthosting.co.za>
In-reply-to
内容
I should add that a doc update will be part of the next patch.

In parallel, I’ve also started updating packaging to add lzma support to the bdist command, but the situation is very disappointing: tarfile knows what format it supports, shutil has its own list, and packaging has a few duplicates too!  Ideally, tarfile should have an attribute to expose what compression formats are available, then shutil would reuse that, and packaging would just call shutil.  (I’m not even talking about the duplication in the doc.)  If you agree with the general idea, I’ll open reports to a) add the attribute to tarfile b) rework the (luckily internal) registries in shutil to stop being hard-coded c) remove packaging’s registries.
历史
日期 用户 动作 参数
2012-02-06 17:16:12eric.araujo修改recipients: + eric.araujo, nadeem.vawda, tarek, proyvind
2012-02-06 17:16:12eric.araujo修改messageid: <1328548572.41.0.116224225919.issue5411@psf.upfronthosting.co.za>
2012-02-06 17:16:11eric.araujo链接issue5411 messages
2012-02-06 17:16:11eric.araujo创建