[Python-checkins] python/nondist/peps pep-0340.txt,1.13,1.14

gvanrossum@users.sourceforge.net gvanrossum at users.sourceforge.net
Mon May 2 17:33:50 CEST 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24412

Modified Files:
	pep-0340.txt 
Log Message:
Delete the last reference to ContinuationIteration.


Index: pep-0340.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0340.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- pep-0340.txt	2 May 2005 03:30:07 -0000	1.13
+++ pep-0340.txt	2 May 2005 15:33:47 -0000	1.14
@@ -291,8 +291,7 @@
     The yield-statement will be allowed to be used on the right-hand
     side of an assignment; in that case it is referred to as
     yield-expression.  The value of this yield-expression is None
-    unless __next__() was called with a ContinueIteration argument;
-    see below.
+    unless __next__() was called with an argument; see below.
 
     A yield-expression must always be parenthesized except when it
     occurs at the top-level expression on the right-hand side of an



More information about the Python-checkins mailing list