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>



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to