Re: [Python-Dev] Re: Adding Optik to the standard library
Guido van Rossum <[email protected]> Thu, 30 May 2002 15:46:21 -0400
| Newsgroups | gmane.comp.python.getopt |
|---|---|
| Message-ID | <[email protected]> |
> > 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/)