why is this failing?
Grant Edwards
grante at visi.com
Thu Sep 11 17:33:07 EDT 2003
More information about the Python-list mailing list
Thu Sep 11 17:33:07 EDT 2003
- Previous message (by thread): why is this failing?
- Next message (by thread): why is this failing?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): why is this failing?
- Next message (by thread): why is this failing?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list