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 alexis, eric.araujo
Date 2012-02-14.16:03:50
SpamBayes Score 0.000259311
Marked as misclassified No
Message-id <1329235431.19.0.233591312424.issue14011@psf.upfronthosting.co.za>
In-reply-to
Content
The packaging commands sdist and bdist can create various kinds of archives.  The function used to create them is thankfully just a thin wrapper around shutil.make_archive (extracted from distutils), and sdist also uses shutil.get_archive_formats to validate its --formats option.  bdist however maintains its own registry.

The docstrings, help texts and reST documentation also contain out-of-sync duplicate lists of allowed formats.

I’m working on a patch to fix this duplication.
History
Date User Action Args
2012-02-14 16:03:51eric.araujosetrecipients: + eric.araujo, alexis
2012-02-14 16:03:51eric.araujosetmessageid: <1329235431.19.0.233591312424.issue14011@psf.upfronthosting.co.za>
2012-02-14 16:03:50eric.araujolinkissue14011 messages
2012-02-14 16:03:50eric.araujocreate