[Idle-dev] CVS: idle PyParse.py,1.3,1.4

Kurt B. Kaiser kbk@users.sourceforge.net
Fri, 13 Jul 2001 21:59:26 -0700


Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv5252

Modified Files:
	PyParse.py 
Log Message:
py-cvs-2001_07_13 (Rel 1.9) merge

"Taught IDLE's autoident parser that "yield" is a keyword that begins a
stmt.  Along w/ the preceding change to keyword.py, making all this
work w/ a future-stmt just looks harder and harder." --tim_one

(From Rel 1.8: "Hack to make this still work with Python 1.5.2.  ;-( "
--fdrake)


Index: PyParse.py
===================================================================
RCS file: /cvsroot/idlefork/idle/PyParse.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** PyParse.py	2001/07/13 20:33:46	1.3
--- PyParse.py	2001/07/14 04:59:24	1.4
***************
*** 30,33 ****
--- 30,34 ----
      |   raise
      |   import
+     |   yield
      )
      \b