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 Sam.Kerr
Recipients Sam.Kerr, paul.j3
Date 2014-07-25.17:28:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406309314.61.0.189910554763.issue22047@psf.upfronthosting.co.za>
In-reply-to
Content
What I was going for was the ability to have a group contain a mutually exclusive group and a non-exclusive group, but using the mutually exclusive group meant you could not use the non-exclusive group.

Such as:

[ [ -opt1 | -opt2 | -opt3   ] [ [-opt4] [-opt5] [-opt6] ] ]
History
Date User Action Args
2014-07-25 17:28:34Sam.Kerrsetrecipients: + Sam.Kerr, paul.j3
2014-07-25 17:28:34Sam.Kerrsetmessageid: <1406309314.61.0.189910554763.issue22047@psf.upfronthosting.co.za>
2014-07-25 17:28:34Sam.Kerrlinkissue22047 messages
2014-07-25 17:28:34Sam.Kerrcreate