[Python-Dev] Yield-From Implementation Updated for Python 3

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Aug 1 09:54:56 CEST 2010


I have updated my prototype yield-from implementation
to work with Python 3.1.2.

I've also fixed a small bug that was affecting one of
the corner cases concerning exceptions thrown into
a subgenerator.

Interested parties can obtain it here:

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

-- 
Greg


More information about the Python-Dev mailing list