New submission from Éric Araujo <mer...@netwok.org>:

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]).

----------
assignee: eric.araujo
components: Distutils2
messages: 145408
nosy: alexis, eric.araujo
priority: normal
severity: normal
status: open
title: Rename install_dist to install
versions: 3rd party, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13160>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to