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.
This commit is contained in:
Guido van Rossum 2005-06-14 01:30:57 +00:00
parent a61abd2828
commit 4bfb4a6a1e
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
PEP: 342 PEP: 342
Title: Enhanced Iterators Title: Coroutines via Enhanced Iterators
Version: $Revision$ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: Guido van Rossum Author: Guido van Rossum
@ -22,6 +22,11 @@ Introduction
pretty much orthogonal from the anonymous block statement pretty much orthogonal from the anonymous block statement
discussion. Thanks to Steven Bethard for doing the editing. 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 Motivation and Summary
TBD. TBD.