[issue1109659] distutils argument parsing is bogus

Akira Kitada report at bugs.python.org
Mon Feb 2 17:58:29 CET 2009


Akira Kitada <akitada at gmail.com> added the comment:

Here's the usage of setup.py

    usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
       or: setup.py --help [cmd1 cmd2 ...]
       or: setup.py --help-commands
       or: setup.py cmd --help

and '--dry-run' is a global option.
So it looks like valid behavior for me.

----------
nosy: +akitada, tarek

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


More information about the Python-bugs-list mailing list