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 balage, paul.j3
Date 2015-12-17.00:06:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450310803.36.0.718901509946.issue25882@psf.upfronthosting.co.za>
In-reply-to
Content
In

_ActionsContainer._add_container_actions there is this note:

    # add container's mutually exclusive groups
    # NOTE: if add_mutually_exclusive_group ever gains title= and
    # description= then this code will need to be expanded as above

In other bug/issues we've noted that the way to give an exclusive group a title and description is to nest it in an argument_group.

So it looks like no one has worked through the details - in this parent situation - of adding a nested mutually exclusive group.

In my preliminary tests, it looks like the 'group_map' is being messed up by the block of code that adds the mutually_exclusive_groups.  I don't know how easy it is to fix that.

The immediate user solution is not use parents and nested mutually exclusive groups together.
History
Date User Action Args
2015-12-17 00:06:43paul.j3setrecipients: + paul.j3, balage
2015-12-17 00:06:43paul.j3setmessageid: <1450310803.36.0.718901509946.issue25882@psf.upfronthosting.co.za>
2015-12-17 00:06:43paul.j3linkissue25882 messages
2015-12-17 00:06:43paul.j3create