[Python-Dev] code.interact() locals + globals?

Brett Cannon brett at python.org
Sun Feb 22 02:00:54 CET 2009


On Sat, Feb 21, 2009 at 16:59, Brett Cannon <brett at python.org> wrote:

>
>
> On Sat, Feb 21, 2009 at 15:20, Rocky Bernstein <rocky at gnu.org> wrote:
>
>> I notice  code.interact() in Python 2.6 has a parameter for locals but not
>> globals. Should it?
>>
>
> What is code.interact()?::
>
>     >>> (lambda: None).__code__.interact
>     Traceback (most recent call last):
>       File "<stdin>", line 1, in <module>
>     AttributeError: 'code' object has no attribute 'interact'
>

nm, I figured out you mean the code module.

-Brett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20090221/00db514d/attachment-0001.htm>


More information about the Python-Dev mailing list