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 asvetlov
Recipients asvetlov, ezio.melotti, loewis, ned.deily, python-dev, roger.serwy, terry.reedy, vbr, vstinner
Date 2012-03-14.23:39:18
SpamBayes Score 0.0014375277
Marked as misclassified No
Message-id <1331768359.35.0.311925004331.issue14200@psf.upfronthosting.co.za>
In-reply-to
Content
Roger, you are missing the difference between calling print() and evaluating expression in python interactive mode.
While later should be unicode escaped the former should to raise error — we need to follow the same way as console python interactive session does.

For the rest I like your simplification. And definitelly IDLE should to work both in subprocess and embedded modes — thank you for that point.

I'll make the final (I hope) patch a bit later.
History
Date User Action Args
2012-03-14 23:39:19asvetlovsetrecipients: + asvetlov, loewis, terry.reedy, vstinner, vbr, ned.deily, ezio.melotti, roger.serwy, python-dev
2012-03-14 23:39:19asvetlovsetmessageid: <1331768359.35.0.311925004331.issue14200@psf.upfronthosting.co.za>
2012-03-14 23:39:18asvetlovlinkissue14200 messages
2012-03-14 23:39:18asvetlovcreate