From: Finn Bock Date: Sun, 9 Dec 2001 09:12:34 +0000 (+0000) Subject: The initial patch #468662 was not applied quite verbatim. This should one X-Git-Tag: v2.2.1c1~458 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ab7adbd944c72b9f308e940524ca31a10e52bd8;p=python The initial patch #468662 was not applied quite verbatim. This should one will fix the remaining Jython issues. This closes patch "[ #490411 ] Jython and test_grammar.py". --- diff --git a/Lib/test/test_grammar.py b/Lib/test/test_grammar.py index da3dad529c..bb843fb624 100644 --- a/Lib/test/test_grammar.py +++ b/Lib/test/test_grammar.py @@ -152,7 +152,8 @@ verify(f2.func_code.co_varnames == ('one_argument',)) verify(f3.func_code.co_varnames == ('two', 'arguments')) if sys.platform.startswith('java'): verify(f4.func_code.co_varnames == - ('two', '(compound, (argument, list))',)) + ('two', '(compound, (argument, list))', 'compound', 'argument', + 'list',)) verify(f5.func_code.co_varnames == ('(compound, first)', 'two', 'compound', 'first')) else: