Antoine Pitrou <[EMAIL PROTECTED]> added the comment:

Selon Amaury Forgeot d'Arc <[EMAIL PROTECTED]>:
>
> 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

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3462>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to