nested functions

Fredrik Lundh fredrik at pythonware.com
Fri Apr 14 10:39:10 EDT 2006


Thomas Bartkus wrote:

> I, for one, am so glad to have nested functions again ;-)

again ?

Python has always supported nested functions.  it's the scoping rules
that have changed; before the change from LGB to LEGB, you had to
explictly import objects from outer scopes.

</F>






More information about the Python-list mailing list