[EMAIL PROTECTED] 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 '[EMAIL PROTECTED]'.split('@').collect{|p| p.split('.').collect{|w| w.reverse}.join('.')}.join('@')" -- http://mail.python.org/mailman/listinfo/python-list