This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients amaury.forgeotdarc, benjamin.peterson, pitrou
Date 2008-07-29.15:52:35
SpamBayes Score 0.0005120382
Marked as misclassified No
Message-id <1217346642.488f3c528d433@imp.free.fr>
In-reply-to <1217346172.45.0.174739574599.issue3462@psf.upfronthosting.co.za>
Content
Selon Amaury Forgeot d'Arc <report@bugs.python.org>:
>
> You know what? It's a mess.
> - from the __main__ module, __builtins__ is a module.
> - in all other modules, __builtins__ is a dict.

(why is it so? :-O)

Anyway:

    import builtins as b
    b._ = None
History
Date User Action Args
2008-07-29 15:52:37pitrousetrecipients: + pitrou, amaury.forgeotdarc, benjamin.peterson
2008-07-29 15:52:36pitroulinkissue3462 messages
2008-07-29 15:52:35pitroucreate