[Python-checkins] python/dist/src/Lib getopt.py,1.17,1.18
Barry A. Warsaw
barry@zope.com
Thu, 6 Jun 2002 10:40:42 -0400
>>>>> "NN" == Neal Norwitz <neal@metaslash.com> writes:
NN> For additions to the stdlib, should we try to make sure new
NN> features are used? In the above code, type(longopts) ... ->
NN> isinstance(longopts, str) (or basestring?) and
NN> all_options_first could be a bool.
+1, for new modules that have no intention of being backported. We
might as well start setting a good example!
-Barry