From: Andrew M. Kuchling Date: Sat, 12 Aug 2000 19:09:14 +0000 (+0000) Subject: Updated this module after the recent grammar changes X-Git-Tag: v2.0b1~493 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7ef59128b48388eafe544999755e7f7a5df608a;p=thirdparty%2FPython%2Fcpython.git Updated this module after the recent grammar changes --- diff --git a/Lib/symbol.py b/Lib/symbol.py index 8278b222cb79..903c70b2b1f1 100755 --- a/Lib/symbol.py +++ b/Lib/symbol.py @@ -56,17 +56,21 @@ term = 298 factor = 299 power = 300 atom = 301 -lambdef = 302 -trailer = 303 -subscriptlist = 304 -subscript = 305 -sliceop = 306 -exprlist = 307 -testlist = 308 -dictmaker = 309 -classdef = 310 -arglist = 311 -argument = 312 +listmaker = 302 +lambdef = 303 +trailer = 304 +subscriptlist = 305 +subscript = 306 +sliceop = 307 +exprlist = 308 +testlist = 309 +dictmaker = 310 +classdef = 311 +arglist = 312 +argument = 313 +list_iter = 314 +list_for = 315 +list_if = 316 #--end constants-- sym_name = {}