getting arguments off the command line

Peter Otten __peter__ at web.de
Thu Jun 17 07:43:07 EDT 2004


David Stockwell wrote:

> Whats a good way to get arguments off of the command line?

http://docs.python.org/lib/module-optparse.html

Peter




More information about the Python-list mailing list