Another try at Python's selfishness

Alex Martelli aleaxit at yahoo.com
Fri Feb 3 23:28:40 EST 2006


<n.estner at gmx.de> wrote:
   ...
> your idea. Could you summarize how exactly "f(x,y=z)" should be
> resolved, i.e. where it should look for "f"?

Lexically: local scope, outer functions outwards, globals, builtins.


Alex



More information about the Python-list mailing list