[Python-checkins] python/nondist/sandbox/ast python.asdl,1.6,1.7

jhylton@sourceforge.net jhylton@sourceforge.net
Tue, 09 Apr 2002 20:58:03 -0700


Update of /cvsroot/python/python/nondist/sandbox/ast
In directory usw-pr-cvs1:/tmp/cvs-serv13604

Modified Files:
	python.asdl 
Log Message:
Add name for Name() (a second constructor missing one)


Index: python.asdl
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/ast/python.asdl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** python.asdl	10 Apr 2002 03:53:34 -0000	1.6
--- python.asdl	10 Apr 2002 03:58:01 -0000	1.7
***************
*** 68,72 ****
  	assign = Attribute(expr value, identifier attr)
  	     | Subscript(expr value, slice slice)
! 	     | Name(identifier)
  	     | List(expr* elts) | Tuple(expr *elts)
  
--- 68,72 ----
  	assign = Attribute(expr value, identifier attr)
  	     | Subscript(expr value, slice slice)
! 	     | Name(identifier id)
  	     | List(expr* elts) | Tuple(expr *elts)