[Python-Dev] Breaking off Enhanced Iterators PEP from PEP 340
Guido van Rossum
gvanrossum at gmail.com
Thu May 12 00:03:27 CEST 2005
[Steven Bethard]
> Well, busy-work or not, I took the 20 minutes to split them up, so I
> figured I might as well make them available. It was actually really
> easy to split them apart, and I think they both read better this way,
> but I'm not sure my opinion counts for much here anyway. ;-) (The
> Enhanced Iterators PEP is first, the remainder of PEP 340 follows it.)
Thanks Steven! I've finally found the few minutes it takes to check in
your changes.
All: the proposal of the extended continue statement, which passes a
value to yield, is now separated off into PEP 342, Enhanced Iterators.
(I noticed I snuck in another syntactic change, making yield without
an expression legal. I'm updating PEP 342 now to add that explicitly.)
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-Dev
mailing list