From a4553c04fdea55b09beef6e364ccdaa9350f8ea4 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Fri, 13 Apr 2001 14:36:51 +0000 Subject: There's no need for the tokenize tests to include a SyntaxError. --- Lib/test/tokenize_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/tokenize_tests.py') diff --git a/Lib/test/tokenize_tests.py b/Lib/test/tokenize_tests.py index 4974671f28..e990a36069 100644 --- a/Lib/test/tokenize_tests.py +++ b/Lib/test/tokenize_tests.py @@ -144,7 +144,7 @@ if 0: # Operators def d22(a, b, c=1, d=2): pass -def d01v(a=1, *rest, **rest): pass +def d01v(a=1, *restt, **restd): pass (x, y) <> ({'a':1}, {'b':2}) -- cgit v1.2.1