summaryrefslogtreecommitdiffstats
path: root/Lib/symbol.py
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2002-10-03 09:42:01 (GMT)
committerMichael W. Hudson <mwh@python.net>2002-10-03 09:42:01 (GMT)
commitadf160616184c94ded19e99ccf5337a20d73d907 (patch)
tree68a658c218378f6405b160a1277f60dad07edd88 /Lib/symbol.py
parentd3890360694d4ec5f77350610b117a327b4e5209 (diff)
downloadcpython-adf160616184c94ded19e99ccf5337a20d73d907.zip
cpython-adf160616184c94ded19e99ccf5337a20d73d907.tar.gz
cpython-adf160616184c94ded19e99ccf5337a20d73d907.tar.bz2
Updates to track Grammar changes. The patch to token.py loosens the regexp to
allow "testlist1" to be snagged.
Diffstat (limited to 'Lib/symbol.py')
-rwxr-xr-xLib/symbol.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/symbol.py b/Lib/symbol.py
index 39159b3..38c6193 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 = {}