]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
track addition of testlist_safe to Grammar
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 17 Oct 2001 13:13:04 +0000 (13:13 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 17 Oct 2001 13:13:04 +0000 (13:13 +0000)
Lib/symbol.py

index 7f78746f66789baffaae66da78dc1233bd4871ed..39159b3eb67f57e85336e88282a4debc98496377 100755 (executable)
@@ -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 = {}