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 roger.serwy
Recipients Tomoki.Imai, alex.hartwig, asvetlov, ezio.melotti, kbk, loewis, ned.deily, pradyunsg, r.david.murray, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-04-23.04:22:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366690974.9.0.713429392294.issue15809@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a tangentially related issue: #14326

IDLE doesn't handle pasting multi-line code properly (issue3559), IDLE2 will silently ignore code after the first executable statement. IDLE3 may give an error.

Can't we just make IDLE's shell default to UTF-8?
History
Date User Action Args
2013-04-23 04:22:55roger.serwysetrecipients: + roger.serwy, loewis, terry.reedy, kbk, ned.deily, ezio.melotti, r.david.murray, asvetlov, serhiy.storchaka, alex.hartwig, pradyunsg, Tomoki.Imai
2013-04-23 04:22:54roger.serwysetmessageid: <1366690974.9.0.713429392294.issue15809@psf.upfronthosting.co.za>
2013-04-23 04:22:54roger.serwylinkissue15809 messages
2013-04-23 04:22:54roger.serwycreate