[Python-3000] Combined configparse + optparse (interest?)
Eric Smith
eric+python-dev at trueblade.com
Fri Dec 7 16:46:46 CET 2007
Neal Becker wrote:
> Right now we have 2 rather different stdlib modules for parsing options from
> ini-style files and from command line. I believe it would be desirable to
> have one module that can handle both. Is there interest in pursuing this
> idea?
I'd be interested. I think rolling in the functionality of argparse to
handle non-option arguments would also be good:
http://argparse.python-hosting.com/
More information about the Python-3000
mailing list