bpo-7202: Parse command global options by potomak · Pull Request #14787 · python/cpython (original) (raw)
Add the ability to parse command global options.
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.