Method Underscores?
Ville Vainio
ville at spammers.com
Fri Oct 22 06:57:38 EDT 2004
More information about the Python-list mailing list
Fri Oct 22 06:57:38 EDT 2004
- Previous message (by thread): Method Underscores?
- Next message (by thread): Method Underscores?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>>>>> "Lonnie" == Lonnie Princehouse <finite.automaton at gmail.com> writes: Lonnie> It's extremely common for Python newbies to accidentally Lonnie> overwrite the names of important things. I see stuff like Lonnie> this all the time: Lonnie> list = [1,2,3] Lonnie> str = "Hello world" This is not really a mistake. If you don't use "list" builtin in the same function, it's ok to override it. Not so on module level, of course. -- Ville Vainio http://tinyurl.com/2prnb
- Previous message (by thread): Method Underscores?
- Next message (by thread): Method Underscores?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list