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.03:50:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406260246.18.0.135020391916.issue22047@psf.upfronthosting.co.za>
In-reply-to
Content
That's an artifact of how the group usage is formatted (which isn't very robust).  It's not designed to handle nested groups.  

Mutually exclusive groups aren't meant to nest inside other mutually exclusive groups.  While it possible, it doesn't help you.  Effectively the arguments combined into one larger group.

See http://bugs.python.org/issue11588 for discussion on how nested groups might be implemented, and the difficulties in properly formatting their usage.

http://bugs.python.org/issue10984 has a more robust mutually exclusive group formatter, but even that is not designed for nesting.
History
Date User Action Args
2014-07-25 03:50:46paul.j3setrecipients: + paul.j3, Sam.Kerr
2014-07-25 03:50:46paul.j3setmessageid: <1406260246.18.0.135020391916.issue22047@psf.upfronthosting.co.za>
2014-07-25 03:50:46paul.j3linkissue22047 messages
2014-07-25 03:50:45paul.j3create