"no variable or argument declarations are necessary."

bruno modulix onurb at xiludom.gro
Mon Oct 3 09:15:23 EDT 2005


dwelch91 at gmail.com wrote:
> 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. 

I don't use emacs automatic completion, and I still rarely (read:
'never') run into this kind of problem in Python.


-- 
bruno desthuilliers
ruby -e "print 'onurb at xiludom.gro'.split('@').collect{|p|
p.split('.').collect{|w| w.reverse}.join('.')}.join('@')"



More information about the Python-list mailing list