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 Sam.Kerr, paul.j3
Date 2014-07-25.17:24:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406309095.05.0.129048206989.issue22047@psf.upfronthosting.co.za>
In-reply-to
Content
On further thought, I think

   group2 = group1.add_mutually_exclusive_group()

should have raised an error, stating that a group (argument or mutually exclusive) cannot be added to a mutually exclusive group.

Also an argument group should not be added to another argument group.

However, adding a mutually exclusive group to an argument group is ok, though only for the undocumented (though tested) purpose of giving it a title.
History
Date User Action Args
2014-07-25 17:24:55paul.j3setrecipients: + paul.j3, Sam.Kerr
2014-07-25 17:24:55paul.j3setmessageid: <1406309095.05.0.129048206989.issue22047@psf.upfronthosting.co.za>
2014-07-25 17:24:55paul.j3linkissue22047 messages
2014-07-25 17:24:54paul.j3create