[Python-ideas] Yield-From: Finalization guarantees

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Mar 27 06:00:53 CET 2009


Jacob Holm wrote:
> Just adding the 
> finally clause to the next try..except..else has the exact same semantics.

True -- I haven't quite got used to the idea that
you can do that yet!

> In any case I don't see a reason to single out _i for deletion.

That part seems to be a hangover from an earlier
version. You're probably right that it can go.

-- 
Greg



More information about the Python-ideas mailing list