Message92535
Only +0 purely because I haven't used argparse myself yet.
Otherwise I would probably be +1, since I have several scripts that have
fairly kludgy hacked together optparse based approaches to handling
positional arguments, subparsers and building new parsers that accept
the superset of options defined in existing parsers. The feature
comparison between argparse and optparse makes it sound like argparse
does a much better job of supporting these use cases.
The reasons I don't use argparse for them are that: a) I didn't know it
existed until recently; and b) the scripts are in an environment where
getting approval to use new third party modules is something of a pain. |
|
Date |
User |
Action |
Args |
2009-09-12 03:13:48 | ncoghlan | set | recipients:
+ ncoghlan, loewis, gregory.p.smith, orsenthil, bethard, eric.smith, r.david.murray, michael.foord, rickysarraf, marklodato |
2009-09-12 03:13:47 | ncoghlan | set | messageid: <1252725227.9.0.862247675061.issue6247@psf.upfronthosting.co.za> |
2009-09-12 03:13:46 | ncoghlan | link | issue6247 messages |
2009-09-12 03:13:45 | ncoghlan | create | |
|