[Python-Dev] yield from?
Greg Ewing
greg.ewing at canterbury.ac.nz
Sun May 3 09:47:17 CEST 2009
Benjamin Peterson wrote:
> What's the status of yield from? There's still a small window open for
> a patch to be checked into 3.1's branch. I haven't been following the
> python-ideas threads, so I'm not sure if it's ready yet.
The PEP itself seems to have settle down, and is
awaiting a verdict from Guido.
The prototype implementation doesn't quite match
the PEP in some of the fine details yet. Also
it's for 2.6 rather than 3.x; someone with more
knowledge of 3.x internals would be better placed
than me to convert it.
--
Greg
More information about the Python-Dev
mailing list