[Python-ideas] Yielding from the command line
Alexander Belopolsky
alexander.belopolsky at gmail.com
Fri Sep 12 17:12:30 CEST 2014
On Fri, Sep 12, 2014 at 11:01 AM, Guido van Rossum <guido at python.org> wrote:
>
> that's tricky because the built-in REPL in written in C.
CPython comes with a REPL emulation in the (pure Python) code module:
https://docs.python.org/3/library/code.html
one can customize it by subclassing code.InteractiveInterpreter.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140912/d7f43112/attachment.html>
More information about the Python-ideas
mailing list