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 John.Didion, bethard, manveru, paul.j3, xuanji
Date 2014-04-08.20:53:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396990385.86.0.83132354024.issue11588@psf.upfronthosting.co.za>
In-reply-to
Content
http://stackoverflow.com/questions/22929087
A question that could be addressed with this patch(es)

In a subparser:

    I have 4 arguments: -g, -wid, -w1, and -w2.

    -w1 and -w2 always appear together

    -wid and (-w1 -w2) are mutually exclusive, but one or the other is required

    -g is optional; if it is not specified only (-w1 -w2) can appear, but not -wid

The `g` case does not fit either the inclusive or exclusive group patterns.
History
Date User Action Args
2014-04-08 20:53:06paul.j3setrecipients: + paul.j3, bethard, xuanji, John.Didion, manveru
2014-04-08 20:53:05paul.j3setmessageid: <1396990385.86.0.83132354024.issue11588@psf.upfronthosting.co.za>
2014-04-08 20:53:05paul.j3linkissue11588 messages
2014-04-08 20:53:05paul.j3create