]> granicus.if.org Git - python/commitdiff
Add support for "-3" flag (closes #7516)
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 14 Oct 2010 11:18:46 +0000 (11:18 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 14 Oct 2010 11:18:46 +0000 (11:18 +0000)
Lib/test/test_support.py

index edf222d5d28e3de2af38e5a0501857cde5b4abf3..58c84559eafd889afb84ee923714f3f761cf916c 100644 (file)
@@ -1210,6 +1210,7 @@ def args_from_interpreter_flags():
         'no_user_site': 's',
         'no_site': 'S',
         'optimize': 'O',
+        'py3k_warning': '3',
         'verbose': 'v',
     }
     args = []