> 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/)