summaryrefslogtreecommitdiff
path: root/Lib/symbol.py
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-10-17 13:13:04 +0000
committerJeremy Hylton <jeremy@alum.mit.edu>2001-10-17 13:13:04 +0000
commit4bf1fb63e4efaaf8d29b06701136a7f4c8291675 (patch)
tree3ab40996c57c028587c4fd4aa8fa275ca538f617 /Lib/symbol.py
parentcaf59043d14254c8c4e47070d844e678487ece43 (diff)
downloadcpython-git-4bf1fb63e4efaaf8d29b06701136a7f4c8291675.tar.gz
track addition of testlist_safe to Grammar
Diffstat (limited to 'Lib/symbol.py')
-rwxr-xr-xLib/symbol.py15
1 files changed, 8 insertions, 7 deletions
diff --git a/Lib/symbol.py b/Lib/symbol.py
index 7f78746f66..39159b3eb6 100755
--- a/Lib/symbol.py
+++ b/Lib/symbol.py
@@ -68,13 +68,14 @@ subscript = 310
sliceop = 311
exprlist = 312
testlist = 313
-dictmaker = 314
-classdef = 315
-arglist = 316
-argument = 317
-list_iter = 318
-list_for = 319
-list_if = 320
+testlist_safe = 314
+dictmaker = 315
+classdef = 316
+arglist = 317
+argument = 318
+list_iter = 319
+list_for = 320
+list_if = 321
#--end constants--
sym_name = {}