why is this failing?

Grant Edwards grante at visi.com
Thu Sep 11 17:33:07 EDT 2003


In article <3F60E645.2501B9EE at engcorp.com>, Peter Hansen wrote:

> Don't use names of builtins and your life will be easier. :-)

And the easiest way to do that is to use an editor with a
Python mode.  Make sure it shows builtins in a distinct color.
You will then know immediately (while editing) when you
accidentally redefine a builtin.

-- 
Grant Edwards                   grante             Yow!  I call it a "SARDINE
                                  at               ON WHEAT"!
                               visi.com            




More information about the Python-list mailing list