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