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 2011-10-12.16:19:53
SpamBayes Score 5.3674653e-06
Marked as misclassified No
Message-id <1318436394.33.0.345868937694.issue13160@psf.upfronthosting.co.za>
In-reply-to
Content
When we first added actions to pysetup, the install command was renamed to install_dist to avoid a name conflict between the install command and the install action.  Later, the run action was introduced and now serves to namespace all commands.  Thus, we have no conflict anymore.  I would like to restore the original name of the install command, for distutils compat: people used to d1 build/install will get the same name, and the section in config files (which are currently compatible with d1 and d2, except for install_dist) will share the same name again (letting people give options in [install], not [install] and [install_dist]).
History
Date User Action Args
2011-10-12 16:19:54eric.araujosetrecipients: + eric.araujo, alexis
2011-10-12 16:19:54eric.araujosetmessageid: <1318436394.33.0.345868937694.issue13160@psf.upfronthosting.co.za>
2011-10-12 16:19:53eric.araujolinkissue13160 messages
2011-10-12 16:19:53eric.araujocreate