[Python-3000] Sky pie: a "var" keyword

Fredrik Lundh fredrik at pythonware.com
Wed Oct 11 10:34:35 CEST 2006


Nick Coghlan wrote:

> Except that the term currently refers specifically to module globals. Names in 
> nested scopes are typically referred to as closure variables

they're called "free variables" in Python.

"closure" is such a boring name.  when did you last see a function that 
wasn't "closed"?

</F>



More information about the Python-3000 mailing list