[Python-Dev] PEP 340: Deterministic Finalisation (new PEP draft, either a competitor or update to PEP 340)

Paul Moore p.f.moore at gmail.com
Sun May 8 13:54:29 CEST 2005


On 5/8/05, Jp Calderone <exarkun at divmod.com> wrote:
>   If such a construct is to be introduced, the ideal spelling would seem to be:
> 
>     for [VAR in] EXPR:
>         BLOCK1
>     finally:
>         BLOCK2

While I have not been following this discussion at all (I don't have
the energy or time to follow the development of yet another proposal -
I'll wait for the PEP) this does read more naturally to me than any of
the other contortions I've seen passing by.

Paul.


More information about the Python-Dev mailing list