[Python-checkins] python/nondist/sandbox/ast python.asdl,1.15,1.16

bckfnn@sourceforge.net bckfnn@sourceforge.net
2002年4月18日 11:49:35 -0700


Update of /cvsroot/python/python/nondist/sandbox/ast
In directory usw-pr-cvs1:/tmp/cvs-serv19625
Modified Files:
	python.asdl 
Log Message:
Added AugStore to expr_context list. Must be used for the AugAssign 
target expr.
Index: python.asdl
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/ast/python.asdl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** python.asdl	18 Apr 2002 18:47:58 -0000	1.15
--- python.asdl	18 Apr 2002 18:49:33 -0000	1.16
***************
*** 64,68 ****
 	 | Tuple(expr *elts, expr_context ctx)
 
! 	expr_context = Load | Store | Del
 
 slice = Ellipsis | Slice(expr? lower, expr? upper) 
--- 64,68 ----
 	 | Tuple(expr *elts, expr_context ctx)
 
! 	expr_context = Load | Store | Del | AugStore
 
 slice = Ellipsis | Slice(expr? lower, expr? upper) 

AltStyle によって変換されたページ (->オリジナル) /