Re: Python Global Constant; __builtins__
by Christoph Becker-Freyseng other posts by this author
Jul 12 2003 9:53PM messages near this date
ANN: vb2py-0.1 released
|
Re: HTML Help (CHM) file for Python 2.2.3
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
--
http://mail.python.org/mailman/listinfo/python-list
|