[Python-checkins] CVS: python/dist/src/Lib symbol.py,1.13,1.14

Jeremy Hylton jhylton@users.sourceforge.net
Wed, 17 Oct 2001 06:13:06 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv11011/Lib

Modified Files:
	symbol.py 
Log Message:
track addition of testlist_safe to Grammar


Index: symbol.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/symbol.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** symbol.py	2001/07/13 18:05:46	1.13
--- symbol.py	2001/10/17 13:13:04	1.14
***************
*** 69,79 ****
  exprlist = 312
  testlist = 313
! dictmaker = 314
! classdef = 315
! arglist = 316
! argument = 317
! list_iter = 318
! list_for = 319
! list_if = 320
  #--end constants--
  
--- 69,80 ----
  exprlist = 312
  testlist = 313
! testlist_safe = 314
! dictmaker = 315
! classdef = 316
! arglist = 317
! argument = 318
! list_iter = 319
! list_for = 320
! list_if = 321
  #--end constants--