Scoping "bug" ?

Kevin Bailey noone at nowhere.com
Mon Aug 21 16:20:13 EDT 2000


Alex Martelli wrote:
> 
> The determination of what namespace[s] to look up a binding in
> is done at compile-time.  The actual look up is done at run-time.

Fair enough. Then the "compiler" should be more than capable of
giving a warning that the variable may be used before being
bound.



More information about the Python-list mailing list