[issue8254] write a configure command

Jeremy Kloth report at bugs.python.org
Tue Jul 20 19:28:49 CEST 2010


Jeremy Kloth <jeremy.kloth at gmail.com> added the comment:

for #1 instead of importing `build`/`install` commands for their options, why not define the options only on the `configure` command?  The B/I commands could just "lookup" their needed options from the configure command.

On that note, how does the B/I commands get the options defined by `configure`? A quick look at the code doesn't show them using the "configured" options.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8254>
_______________________________________


More information about the Python-bugs-list mailing list