From a2a53b27d3053a6efe9005804f3222d65b9ef01f Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Thu, 14 Oct 2010 11:18:46 +0000 Subject: Add support for "-3" flag (closes #7516) --- Lib/test/test_support.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index edf222d..58c8455 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 = [] -- cgit v0.12