[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

Phillip J. Eby report at bugs.python.org
Sat Apr 26 23:09:41 CEST 2008


Phillip J. Eby <pje at telecommunity.com> added the comment:

Both versions of the patch have a problem, in that the Distribution
object is looking for an option directly in sys.argv.  At the very
least, this should be looking at the 'script_args' attribute of the
Distribution instead (if not actually parsing the command line enough to
find the option).

----------
nosy: +pje

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1180>
__________________________________


More information about the Python-bugs-list mailing list