Generator Frustration

Gregory Ewing greg.ewing at canterbury.ac.nz
Sat Jun 4 21:43:07 EDT 2011


Steven D'Aprano wrote:

> A nice piece of syntax that has been proposed for Python is "yield from", 
> which will do the same thing, but you can't use that yet.

Unless you're impatient enough to compile your own
Python with my patch applied:

http://www.cosc.canterbury.ac.nz/greg.ewing/python/yield-from/yield_from.html

-- 
Greg



More information about the Python-list mailing list