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> _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
