[Python-Dev] [poll] New name for __builtins__

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Nov 29 00:21:31 CET 2007


Guido van Rossum wrote:
> You can do that but the special entry in globals is still required in
> order to pass it on to all scopes that need it.

Unless you use something other than a plain dict for
module namespaces.

--
Greg


More information about the Python-Dev mailing list