using getopt

Mark Hammond mhammond at skippinet.com.au
Mon Jun 3 21:53:38 EDT 2002


Fernando Pérez wrote:


> getopt sucks. Period. Take a look at DPyGetOpt, which implements the 
> Getopt::Long perl facilities. It's very very nice. I've also heard good 
> things about optik, but haven't used it myself.

It looks like optik will be incorporated into the core Python library 
(but possibly inside the getopt module).  However it actually appears, 
using optik now will almost certainly make your future transition to the 
standard library simpler.

Mark.




More information about the Python-list mailing list