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 kristjan.jonsson
Recipients aliles, asvetlov, cjw296, eric.araujo, kristjan.jonsson, ncoghlan
Date 2012-12-09.09:30:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355045450.17.0.822360263835.issue7741@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-12-09 09:30:50kristjan.jonssonsetrecipients: + kristjan.jonsson, ncoghlan, cjw296, eric.araujo, asvetlov, aliles
2012-12-09 09:30:50kristjan.jonssonsetmessageid: <1355045450.17.0.822360263835.issue7741@psf.upfronthosting.co.za>
2012-12-09 09:30:50kristjan.jonssonlinkissue7741 messages
2012-12-09 09:30:49kristjan.jonssoncreate