Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f40ea commit d53f6e4Copy full SHA for d53f6e4
1 file changed
Lib/distutils/fancy_getopt.py
@@ -31,12 +31,6 @@
31
# (for use as attributes of some object).
32
longopt_xlate = string.maketrans('-', '_')
33
34
-# This records (option, value) pairs in the order seen on the command line;
35
-# it's close to what getopt.getopt() returns, but with short options
36
-# expanded. (Ugh, this module should be OO-ified.)
37
-_option_order = None
38
-
39
40
class FancyGetopt:
41
"""Wrapper around the standard 'getopt()' module that provides some
42
handy extra functionality:
0 commit comments