global, globals(), _global ?

Fredrik Lundh fredrik at pythonware.com
Wed Mar 15 07:08:25 EST 2006


"robert" wrote:

> Most variable read-s in Python anyway go to module globals - as there
> are no other kinds of namespaces except __builtins__

your post made some sense until I got to this paragraph, which appears to
completely ignore local variables, arguments, and variables in intermediate
scopes ?  maybe you could clarify ?

</F> 






More information about the Python-list mailing list