Tom Anderson wrote:

> Okay, a crack at a definition: a closure is a function in which some of
> the variable names refer to variables outside the function. And i don't
> mean global variables - i mean somebody else's locals; call them 'remote
> variables'.

in Python, the global variables are someone else's locals.

</F> 



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

Reply via email to