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 akitada
Recipients akitada, anthonybaxter, tarek
Date 2009-02-02.16:58:21
SpamBayes Score 0.0017637113
Marked as misclassified No
Message-id <1233593909.02.0.703394683676.issue1109659@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-02-02 16:58:29akitadasetrecipients: + akitada, anthonybaxter, tarek
2009-02-02 16:58:29akitadasetmessageid: <1233593909.02.0.703394683676.issue1109659@psf.upfronthosting.co.za>
2009-02-02 16:58:22akitadalinkissue1109659 messages
2009-02-02 16:58:21akitadacreate