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 aliles
Recipients aliles, cjw296, eric.araujo, kristjan.jonsson
Date 2012-08-21.00:18:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345508307.27.0.245704667035.issue7741@psf.upfronthosting.co.za>
In-reply-to
Content
Patch option 2 of 2.

Alternative patch that adds a new method to InteractiveConsole to split the string into multiple lines, feeding each line to interpreter using push().

This doesn't change the behaviour regarding the displayhook. But this may not meet Kristjan's original goals.
History
Date User Action Args
2012-08-21 00:18:33alilessetrecipients: + aliles, kristjan.jonsson, cjw296, eric.araujo
2012-08-21 00:18:27alilessetmessageid: <1345508307.27.0.245704667035.issue7741@psf.upfronthosting.co.za>
2012-08-21 00:18:13alileslinkissue7741 messages
2012-08-21 00:18:11alilescreate