Message261535
This has been raised before. I think
http://bugs.python.org/issue9253
is the correct issue.
It used to be that 'subparsers' were required. But there was a change in how 'required' arguments were tested, and 'subparsers' fell through the cracks. Now subparsers are optional (at least the parser doesn't raise an error). The temporary fix is to set the 'required' attribute after creation.
I proposed that the default be 'required=True', and that we be allowed to set the parameter. But that patch, like many others, has languished. |
|
Date |
User |
Action |
Args |
2016-03-11 00:01:03 | paul.j3 | set | recipients:
+ paul.j3, bethard, memeplex |
2016-03-11 00:01:03 | paul.j3 | set | messageid: <1457654463.33.0.304362051721.issue26510@psf.upfronthosting.co.za> |
2016-03-11 00:01:03 | paul.j3 | link | issue26510 messages |
2016-03-11 00:01:03 | paul.j3 | create | |
|