Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d53f6e4

Browse files
committed
global _option_order is not used
1 parent e6f40ea commit d53f6e4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Lib/distutils/fancy_getopt.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@
3131
# (for use as attributes of some object).
3232
longopt_xlate = string.maketrans('-', '_')
3333

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-
4034
class FancyGetopt:
4135
"""Wrapper around the standard 'getopt()' module that provides some
4236
handy extra functionality:

0 commit comments

Comments
 (0)