Validating Command Line Options

Alex Willmer alex at moreati.org.uk
Wed Mar 23 14:13:01 EDT 2011


On Mar 23, 3:20 pm, T <misceveryth... at gmail.com> wrote:
> Thanks!  argparse is definitely what I need..unfortunately I'm running
> 2.6 now, so I'll need to upgrade to 2.7 and hope that none of my other
> scripts break.

Argparse was a third-party module before it became part of the std-
lib. You may find it easier to use this version:

http://pypi.python.org/pypi/argparse/



More information about the Python-list mailing list