In <[EMAIL PROTECTED]>, Klaus Neuner wrote:

> In order to avoid problems in the future, I tried to get the list of
> all those names, but I could not find it.

Typing ``dir(__builtins__)`` in the interpreter was already mentioned. 
Next advice is: make sure all those names are highlighted in your text
editor.  If I type ``dict`` it's immediatly colored differently than
"normal" names and I know it's probably not a good idea to rebind this
name to something else.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to