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 serhiy.storchaka
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.08:11:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366704720.02.0.520489355664.issue15809@psf.upfronthosting.co.za>
In-reply-to
Content
> Here's a tangentially related issue: #14326

Yes, this issue looks as a prerequisite for it.

> 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.

Well, then the patch doesn't introduce a significant regression.

> Can't we just make IDLE's shell default to UTF-8?

This is easy. Just set IOBinding.encoding to "utf-8". But I'm not sure we don't lost something in this case.
History
Date User Action Args
2013-04-23 08:12:00serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, terry.reedy, kbk, ned.deily, ezio.melotti, roger.serwy, r.david.murray, asvetlov, alex.hartwig, pradyunsg, Tomoki.Imai
2013-04-23 08:12:00serhiy.storchakasetmessageid: <1366704720.02.0.520489355664.issue15809@psf.upfronthosting.co.za>
2013-04-23 08:12:00serhiy.storchakalinkissue15809 messages
2013-04-23 08:11:59serhiy.storchakacreate