]> granicus.if.org Git - python/commit
Hefty refactoring: converted 'fancy_getopt()' function into FancyGetopt
authorGreg Ward <gward@python.net>
Fri, 21 Apr 2000 01:41:54 +0000 (01:41 +0000)
committerGreg Ward <gward@python.net>
Fri, 21 Apr 2000 01:41:54 +0000 (01:41 +0000)
commitffc10d9a2e7d75cc060ac552343fcfe82b4c9e58
treea9c272e906ebe351c89779890531cc0f089b6e95
parentd5767a5e4343cb6057d705c773a295232da6032a
Hefty refactoring: converted 'fancy_getopt()' function into FancyGetopt
class.  (Mainly this was to support the ability to go back after the
getopt operation is done and get extra information about the parse,
in particular the original order of options seen on the command line.
But it's a big improvement and should make it a lot easier to add
functionality in the future.)
Lib/distutils/fancy_getopt.py