Message188757
I think this patch should build on http://bugs.python.org/issue9849, which seeks to improve the error checking for nargs. There, add_argument returns an ArgumentError if the nargs value is not a valid string, interger, or it there is mismatch between a tuple metavar and nargs.
This range nargs should be tested at the same time, and return a ArgumentError if possible. |
|
Date |
User |
Action |
Args |
2013-05-09 08:01:33 | paul.j3 | set | recipients:
+ paul.j3, bethard, Danh, wm, atfrase |
2013-05-09 08:01:33 | paul.j3 | set | messageid: <1368086493.28.0.530351863485.issue11354@psf.upfronthosting.co.za> |
2013-05-09 08:01:33 | paul.j3 | link | issue11354 messages |
2013-05-09 08:01:32 | paul.j3 | create | |
|