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

A.M. Kuchling python-dev@python.org
Sat, 12 Aug 2000 12:09:18 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv12613

Modified Files:
	symbol.py 
Log Message:
Updated this module after the recent grammar changes


Index: symbol.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/symbol.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** symbol.py	2000/02/04 15:28:41	1.9
--- symbol.py	2000/08/12 19:09:14	1.10
***************
*** 57,71 ****
  power = 300
  atom = 301
! lambdef = 302
! trailer = 303
! subscriptlist = 304
! subscript = 305
! sliceop = 306
! exprlist = 307
! testlist = 308
! dictmaker = 309
! classdef = 310
! arglist = 311
! argument = 312
  #--end constants--
  
--- 57,75 ----
  power = 300
  atom = 301
! listmaker = 302
! lambdef = 303
! trailer = 304
! subscriptlist = 305
! subscript = 306
! sliceop = 307
! exprlist = 308
! testlist = 309
! dictmaker = 310
! classdef = 311
! arglist = 312
! argument = 313
! list_iter = 314
! list_for = 315
! list_if = 316
  #--end constants--