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, nadeem.vawda, proyvind, tarek
Date 2012-02-06.17:16:11
SpamBayes Score 0.009646041
Marked as misclassified No
Message-id <1328548572.41.0.116224225919.issue5411@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-02-06 17:16:12eric.araujosetrecipients: + eric.araujo, nadeem.vawda, tarek, proyvind
2012-02-06 17:16:12eric.araujosetmessageid: <1328548572.41.0.116224225919.issue5411@psf.upfronthosting.co.za>
2012-02-06 17:16:11eric.araujolinkissue5411 messages
2012-02-06 17:16:11eric.araujocreate