nonlocal in Python 2.6

Benjamin Peterson benjamin at python.org
Tue Apr 7 10:06:42 EDT 2009


Kay Schluehr <kay.schluehr <at> gmx.net> writes:

> 
> I always wondered about the decision to omit the nonlocal statement
> from the Python 2.X series because it seems to be orthogonal to Python
> 2.5. Are there any chances for it to be back ported?

The only reason it was not backported was that either no one provided a patch or
it never got reviewed and applied.







More information about the Python-list mailing list