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 paul.j3
Recipients Alexandre.Badez, paul.j3
Date 2017-02-01.02:32:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485916378.81.0.573760947878.issue24736@psf.upfronthosting.co.za>
In-reply-to
Content
I'm proposing closing this with reference to http://bugs.python.org/issue22047 

That focuses on the issue of adding mutually exclusive group to another exclusive group, but adding Argument Group has the same problems.

Solutions, short of the big http://bugs.python.org/issue11588 fix, include code that raises an error the user attempts to nest groups and/or adding a documentation note that nesting does not work.

There is one kind of nesting that does work - a mutually exclusive group can be nested inside an Argument Group.  The effect is to give the mutually exclusive group a title and help line grouping.
History
Date User Action Args
2017-02-01 02:32:58paul.j3setrecipients: + paul.j3, Alexandre.Badez
2017-02-01 02:32:58paul.j3setmessageid: <1485916378.81.0.573760947878.issue24736@psf.upfronthosting.co.za>
2017-02-01 02:32:58paul.j3linkissue24736 messages
2017-02-01 02:32:58paul.j3create