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 tarek
Recipients tarek, zooko
Date 2009-10-26.22:00:59
SpamBayes Score 0.00016416906
Marked as misclassified No
Message-id <1256594461.43.0.305135301991.issue7202@psf.upfronthosting.co.za>
In-reply-to
Content
There's this comment in dist.py:

# All commands support the global options too, just by adding
# in 'global_options'.

So, that's a bug. I'll do this:

- if a command has a global option (except help) it will be reapplied to
the distribtuion object

- if a command has a global option (except help) but also defines it as
a local command option, it will not be reapplied to the distribtuion object

- if a command has a global option (except help) and it was already
provided at the regular place, it will be ignored and a warning will be
displayed.
History
Date User Action Args
2009-10-26 22:01:01tareksetrecipients: + tarek, zooko
2009-10-26 22:01:01tareksetmessageid: <1256594461.43.0.305135301991.issue7202@psf.upfronthosting.co.za>
2009-10-26 22:00:59tareklinkissue7202 messages
2009-10-26 22:00:59tarekcreate