From adf160616184c94ded19e99ccf5337a20d73d907 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Thu, 3 Oct 2002 09:42:01 +0000 Subject: Updates to track Grammar changes. The patch to token.py loosens the regexp to allow "testlist1" to be snagged. --- Lib/symbol.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/symbol.py') diff --git a/Lib/symbol.py b/Lib/symbol.py index 39159b3eb6..38c6193179 100755 --- a/Lib/symbol.py +++ b/Lib/symbol.py @@ -76,6 +76,8 @@ argument = 318 list_iter = 319 list_for = 320 list_if = 321 +testlist1 = 322 +encoding_decl = 323 #--end constants-- sym_name = {} -- cgit v1.2.1