[Python-ideas] yield-from and @coroutine decorator [was:x=(yield from) confusion]

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Apr 4 02:58:21 CEST 2009


Nick Coghlan wrote:

> "return finally" reads pretty well and doesn't add a new keyword

Still doesn't mean anything, though. Ordinary returns
happen "finally" too (most of the time, anyway), so
what's the difference?

-- 
Greg



More information about the Python-ideas mailing list