From: Antoine Pitrou Date: Thu, 14 Oct 2010 11:18:46 +0000 (+0000) Subject: Add support for "-3" flag (closes #7516) X-Git-Tag: v2.7.1rc1~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2a53b27d3053a6efe9005804f3222d65b9ef01f;p=python Add support for "-3" flag (closes #7516) --- diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index edf222d5d2..58c84559ea 100644 --- a/Lib/test/test_support.py +++ b/Lib/test/test_support.py @@ -1210,6 +1210,7 @@ def args_from_interpreter_flags(): 'no_user_site': 's', 'no_site': 'S', 'optimize': 'O', + 'py3k_warning': '3', 'verbose': 'v', } args = []