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 andrewnester, berker.peksag, bethard, brian.curtin, christofsteel, paul.j3
Date 2017-02-26.19:15:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488136541.81.0.323938300425.issue29553@psf.upfronthosting.co.za>
In-reply-to
Content
I should probably give PR 120 more credit.  By checking the group's container it in effect eliminates this overlapping action problem.  Nested groups aren't used in the usage, just the union xor.

Maybe the question is, which is better for the user?  To tell them up front that nesting is not allowed, or to display the union group without further comment?  Does allowing nesting on the input give them a false sense of control?

More often on StackOverFlow users try to nest ArgumentGroups in a mutually exclusive one, thinking that this will give some sort of 'any-of' logic.
History
Date User Action Args
2017-02-26 19:15:41paul.j3setrecipients: + paul.j3, bethard, brian.curtin, berker.peksag, andrewnester, christofsteel
2017-02-26 19:15:41paul.j3setmessageid: <1488136541.81.0.323938300425.issue29553@psf.upfronthosting.co.za>
2017-02-26 19:15:41paul.j3linkissue29553 messages
2017-02-26 19:15:41paul.j3create