Matthew Sacks wrote:
does anyone have any arguments against optparse vs getopt

I've found that the optparse module beats getopt on *every* aspect except in the event that you have experience with the C getopt libraries *and* just want something that behaves like those libraries. Optparse is easy to learn, easy to read, and part of the Python stdlib.

-tkc




--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to