[issue6247] should we include argparse
Ritesh Raj Sarraf
report at bugs.python.org
Wed Jun 10 09:57:19 CEST 2009
Ritesh Raj Sarraf <rrs at researchut.com> added the comment:
I'm not sure about the design part, but as a user, I find both to have very
similar interfaces.
argparse is better because it handles nargs=*. This has long been
asked in optparse. Positional arguments is something I wanted recently,
and argparse makes it very easy to use that too.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6247>
_______________________________________
More information about the Python-bugs-list
mailing list