summaryrefslogtreecommitdiff
path: root/modules/language/python/module/optparse.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language/python/module/optparse.py')
-rw-r--r--modules/language/python/module/optparse.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/language/python/module/optparse.py b/modules/language/python/module/optparse.py
index 903b374..043ea9a 100644
--- a/modules/language/python/module/optparse.py
+++ b/modules/language/python/module/optparse.py
@@ -1420,6 +1420,7 @@ class OptionParser (OptionContainer):
"""
while rargs:
arg = rargs[0]
+
# We handle bare "--" explicitly, and bare "-" is handled by the
# standard arg handler since the short arg case ensures that the
# len of the opt string is greater than 1.