| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks @iritkatriel.
Sorry, something went wrong.
|
What was the rationale behind this? |
Sorry, something went wrong.
The background is in the issue. |
Sorry, something went wrong.
This makes Groups able to somewhat properly wrap Arguments and other Groups, so that we can add @Group.add on top of an @argument() chain which already creates an implicit group for a single method. Nesting groups is slightly problematic because argparse doesn't really support them [1]. Most important issue for us is that the inner groups don't show up in the help message, but that is easily solved by flattening the arguments into the outermost group. [1] python/cpython#30098 Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
…2334) Fixes #2310 by removing the mutually exclusive code signing arg group in `imported_dynamic_framework_processor.py`. Per python/cpython#30098 the nested configuration was never intended to work anyway.
| Back | FazBrowse Home | New Git URL |
…xclusive groups
https://bugs.python.org/issue22047