"no variable or argument declarations are necessary."

dwelch91 at gmail.com dwelch91 at gmail.com
Sun Oct 2 18:31:21 EDT 2005


The easiest way to avoid this problem (besides watching for NameError
exceptions) is to use an editor that has automatic name completion.
Eric3 is a good example. So, even though in theory it could be an
issue, I rarely run into this in practice. 

-Don




More information about the Python-list mailing list