[Python-Dev] Re: [getopt-sig] Adding Optik to the standard library

Guido van Rossum guido@python.org
Thu, 30 May 2002 15:46:21 -0400


> >     from OptionParser import OptionParser
> > 
> > I like this!
> 
> I think the BDFL has spoken.  I can live with this, although I prefer
> lower-case module names.  Whatever.

I prefer lower-case module names for most situations, but I make an
exception for modulename == classname.

--Guido van Rossum (home page: http://www.python.org/~guido/)