[Python-ideas] Revised revised revised PEP on yield-from

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Feb 18 20:23:42 CET 2009


Guido van Rossum wrote:

> I think it would be a better example than the parser example you gave
> before. Somehow the parser example is not very convincing, perhaps
> because it feels a bit unnatural to see a parser as a bunch of threads
> or coroutines -- the conventional way to write (which you presented as
> a starting point) works just fine.

Yes, that's true. I wanted to start with something a
bit simpler and easier to follow, though. The scheduler
is going to be rather more convoluted.

-- 
Greg



More information about the Python-ideas mailing list