[issue7741] Allow multiple statements in code.InteractiveConsole.push

Kristján Valur Jónsson report at bugs.python.org
Sun Dec 9 10:30:50 CET 2012


Kristján Valur Jónsson added the comment:

Sounds fine.
Just a note to my original intent in #7741:
We were using the InteractiveConsole class to implement a remote web-based console for our EVE servers.  Often, as a means to hot-fix certain issues, we would paste code snippets into these windows to define functions, execute code, etc.  Previously we had our own console like implementation, but the interactive features of the InteractiveConsole were _really_ nice, but lacking in multi-line support.  We have had the stdlib patched as per my original suggestion for the past few years to support it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7741>
_______________________________________


More information about the Python-bugs-list mailing list