[Python-Dev] Re: [getopt-sig] Adopting Optik

Guido van Rossum guido@python.org
Thu, 14 Nov 2002 15:54:46 -0500


Let's assume we'll stick with optparse as the module name.  There are
still a few references to Optik in the source code, in particular
there's an exception class OptikError.  (The other mentions are in
comments.)

Should I rename OptikError to OptParseError, or leave it?

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