Python Global Constant; __builtins__

Christoph Becker-Freyseng webmaster at beyond-thoughts.com
Sat Jul 12 17:53:06 EDT 2003


Hello,

Maybe I missunderstood the OP. So I said that __builtins__ might be 
useful. I know that you should not use it in most cases because it makes 
code less readable (where is xy defined?) and might cause unwanted 
side-effects.
However e.g. if you're programming a big framework like Zope it is useful.

cbf








More information about the Python-list mailing list