[Python-checkins] python/dist/src/Lib getopt.py,1.17,1.18

Guido van Rossum guido@python.org
Thu, 06 Jun 2002 10:51:02 -0400


> For additions to the stdlib, should we try to make sure new features
> are used?

Not gratuitously :-), but yes.

> In the above code, type(longopts) ... -> isinstance(longopts, str)
> (or basestring?) and all_options_first could be a bool.

+1

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