Message217154
This is a testing script for this patch. It is not a unit test.
Example:
p = argparse.ArgumentParser()
p.formatter_class = argparse.ReGroupHelpFormatter
p.add_argument('foo')
p.add_argument('arg1',nargs='?')
p.add_argument('arg2',nargs='?')
a = p.add_argument('arg3',nargs='*')
b = p.add_argument('arg4', nargs='?')
# usage: regp [-h] foo [arg1 [arg2 [arg3 [arg3 ...] [arg4]]]] |
|
| Date |
User |
Action |
Args |
| 2014-04-25 05:25:45 | paul.j3 | set | recipients:
+ paul.j3, bethard, pwil3058, petri.lehtinen |
| 2014-04-25 05:25:45 | paul.j3 | set | messageid: <[email protected]> |
| 2014-04-25 05:25:45 | paul.j3 | link | issue11708 messages |
| 2014-04-25 05:25:45 | paul.j3 | create | |
|