diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-12-11 04:38:24 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-12-11 04:38:24 (GMT) |
commit | dff27f714d69251545884806c79965233517c47f (patch) | |
tree | 50d536f57438fe615aa8cc6239a0f810761bfe42 | |
parent | 07f54515178ac2c2881169bde24128cc64ac16b9 (diff) | |
download | cpython-dff27f714d69251545884806c79965233517c47f.zip cpython-dff27f714d69251545884806c79965233517c47f.tar.gz cpython-dff27f714d69251545884806c79965233517c47f.tar.bz2 |
regenerate symbol.py
-rwxr-xr-x | Lib/symbol.py | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/Lib/symbol.py b/Lib/symbol.py index fc3c34a..cf179e5 100755 --- a/Lib/symbol.py +++ b/Lib/symbol.py @@ -82,20 +82,19 @@ subscript = 324 sliceop = 325 exprlist = 326 testlist = 327 -dictmaker = 328 -dictorsetmaker = 329 -classdef = 330 -arglist = 331 -argument = 332 -list_iter = 333 -list_for = 334 -list_if = 335 -comp_iter = 336 -comp_for = 337 -comp_if = 338 -testlist1 = 339 -encoding_decl = 340 -yield_expr = 341 +dictorsetmaker = 328 +classdef = 329 +arglist = 330 +argument = 331 +list_iter = 332 +list_for = 333 +list_if = 334 +comp_iter = 335 +comp_for = 336 +comp_if = 337 +testlist1 = 338 +encoding_decl = 339 +yield_expr = 340 #--end constants-- sym_name = {} |