Kaydet (Commit) a2a53b27 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Add support for "-3" flag (closes #7516)

üst a226c910
...@@ -1210,6 +1210,7 @@ def args_from_interpreter_flags(): ...@@ -1210,6 +1210,7 @@ def args_from_interpreter_flags():
'no_user_site': 's', 'no_user_site': 's',
'no_site': 'S', 'no_site': 'S',
'optimize': 'O', 'optimize': 'O',
'py3k_warning': '3',
'verbose': 'v', 'verbose': 'v',
} }
args = [] args = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment