[Python-checkins] python/nondist/peps pep-0342.txt,1.2,1.3
gvanrossum@users.sourceforge.net
gvanrossum at users.sourceforge.net
Tue Jun 14 03:30:59 CEST 2005
Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7086
Modified Files:
pep-0342.txt
Log Message:
Update: at this point I'm leaning towards preferring next() over
__next__() again, but I've no time to update the PEP right now.
I've changed the title to Coroutines via Enhanced Generators at
Timothy Delaney's suggestion.
Index: pep-0342.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0342.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pep-0342.txt 11 May 2005 22:09:37 -0000 1.2
+++ pep-0342.txt 14 Jun 2005 01:30:57 -0000 1.3
@@ -1,5 +1,5 @@
PEP: 342
-Title: Enhanced Iterators
+Title: Coroutines via Enhanced Iterators
Version: $Revision$
Last-Modified: $Date$
Author: Guido van Rossum
@@ -22,6 +22,11 @@
pretty much orthogonal from the anonymous block statement
discussion. Thanks to Steven Bethard for doing the editing.
+ Update: at this point I'm leaning towards preferring next() over
+ __next__() again, but I've no time to update the PEP right now.
+ I've changed the title to Coroutines via Enhanced Generators at
+ Timothy Delaney's suggestion.
+
Motivation and Summary
TBD.
More information about the Python-checkins
mailing list