Message180053
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) |
|
Date |
User |
Action |
Args |
2013-01-15 21:23:56 | chris.jerdonek | set | recipients:
+ chris.jerdonek, terry.reedy, bethard, r.david.murray, wim.glenn |
2013-01-15 21:23:56 | chris.jerdonek | set | messageid: <1358285036.22.0.784760853546.issue16468@psf.upfronthosting.co.za> |
2013-01-15 21:23:56 | chris.jerdonek | link | issue16468 messages |
2013-01-15 21:23:56 | chris.jerdonek | create | |
|