Message204775
With a minor tweak to `argparse._is_mnrep()`, `nargs='{3}'` would also work. This means the same as `nargs=3`, so it isn't needed. But it is consistent with the idea of accepting Regular Expression syntax where it makes sense. `nargs='{2,3}?'` also works, though I think that's just the same as `nargs=2`. |
|
Date |
User |
Action |
Args |
2013-11-30 04:54:14 | paul.j3 | set | recipients:
+ paul.j3, bethard, Danh, wm, atfrase |
2013-11-30 04:54:14 | paul.j3 | set | messageid: <1385787254.72.0.994392396984.issue11354@psf.upfronthosting.co.za> |
2013-11-30 04:54:14 | paul.j3 | link | issue11354 messages |
2013-11-30 04:54:14 | paul.j3 | create | |
|