mirror of
https://github.com/python/cpython.git
synced 2025-08-19 08:11:46 +00:00
Add support for "-3" flag (closes #7516)
This commit is contained in:
parent
a226c9100d
commit
a2a53b27d3
1 changed files with 1 additions and 0 deletions
|
@ -1210,6 +1210,7 @@ def args_from_interpreter_flags():
|
|||
'no_user_site': 's',
|
||||
'no_site': 'S',
|
||||
'optimize': 'O',
|
||||
'py3k_warning': '3',
|
||||
'verbose': 'v',
|
||||
}
|
||||
args = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue