[Python-checkins] CVS: python/dist/src/Tools/compiler/compiler ast.txt,1.1,1.2

Jeremy Hylton jhylton@users.sourceforge.net
Tue, 14 Aug 2001 11:57:45 -0700


Update of /cvsroot/python/python/dist/src/Tools/compiler/compiler
In directory usw-pr-cvs1:/tmp/cvs-serv5902/compiler

Modified Files:
	ast.txt 
Log Message:
Add Yield node


Index: ast.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/compiler/compiler/ast.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ast.txt	2000/10/25 17:59:17	1.1
--- ast.txt	2001/08/14 18:57:43	1.2
***************
*** 17,20 ****
--- 17,21 ----
  TryExcept: body, handlers, else_
  Return: value
+ Yield: value
  Const: value
  Print: nodes, dest