Message121271
I think the proposed API looks fine and should be backwards compatible since add_subparsers will currently throw an exception with a default= argument.
In case someone feels like writing a patch, you'll want to look at _SubParsersAction.__init__, which will need to grow the default= argument, and pass a different nargs= argument on. I think you'll need to define a new nargs type which means you probably also need to look at ArgumentParser._get_nargs_pattern as well. |
|
Date |
User |
Action |
Args |
2010-11-16 08:04:39 | bethard | set | recipients:
+ bethard, eric.araujo, r.david.murray, nvie, elsdoerfer, G2P |
2010-11-16 08:04:39 | bethard | set | messageid: <1289894679.89.0.750107342159.issue9253@psf.upfronthosting.co.za> |
2010-11-16 08:04:37 | bethard | link | issue9253 messages |
2010-11-16 08:04:37 | bethard | create | |
|