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 bethard, eric.araujo, jakub, paul.j3, tshepang
Date 2013-09-29.04:30:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380429028.31.0.956192338488.issue14365@psf.upfronthosting.co.za>
In-reply-to
Content
This the argparse patch as described in the previous post, along with test_argparse tests.  

For now the tests handle both subparser required cases and not required ones ( http://bugs.python.org/issue9253 ).  While error messages can differ based on this requirement, it does not affect the 'ambiguity' that underlies the current issue.
History
Date User Action Args
2013-09-29 04:30:28paul.j3setrecipients: + paul.j3, bethard, eric.araujo, tshepang, jakub
2013-09-29 04:30:28paul.j3setmessageid: <1380429028.31.0.956192338488.issue14365@psf.upfronthosting.co.za>
2013-09-29 04:30:28paul.j3linkissue14365 messages
2013-09-29 04:30:28paul.j3create