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 chris.jerdonek
Recipients bethard, chris.jerdonek, r.david.murray, terry.reedy, wim.glenn
Date 2013-01-15.21:23:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358285036.22.0.784760853546.issue16468@psf.upfronthosting.co.za>
In-reply-to
Content
Note that we would also have to deal with not just the error text but also the usage string.  From the docs:

>>> parser.parse_args('11'.split())
usage: PROG [-h] {5,6,7,8,9}
PROG: error: argument foo: invalid choice: 11 (choose from 5, 6, 7, 8, 9)
History
Date User Action Args
2013-01-15 21:23:56chris.jerdoneksetrecipients: + chris.jerdonek, terry.reedy, bethard, r.david.murray, wim.glenn
2013-01-15 21:23:56chris.jerdoneksetmessageid: <1358285036.22.0.784760853546.issue16468@psf.upfronthosting.co.za>
2013-01-15 21:23:56chris.jerdoneklinkissue16468 messages
2013-01-15 21:23:56chris.jerdonekcreate