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 ezio.melotti, loewis, ned.deily, python-dev, roger.serwy, terry.reedy, vbr, vstinner
Date 2012-03-12.01:44:41
SpamBayes Score 3.3909163e-07
Marked as misclassified No
Message-id <1331516682.29.0.264651570206.issue14200@psf.upfronthosting.co.za>
In-reply-to
Content
Martin, I got your message after I submitted the last one.

This issue does involve IDLE crashing, but it's not crashing due to non-BMP characters. That is a side-effect of a bigger issue with pythonw.exe. See Issue13582 for more information.

IDLE's shell output has a gross deficiency due to Tkinter's inability to handle Unicode properly. Why penalize a program for running in IDLE just because IDLE can't write something to the text widget? This is precisely what your approach is doing - making IDLE an even more restricted environment than it needs to be.
History
Date User Action Args
2012-03-12 01:44:42roger.serwysetrecipients: + roger.serwy, loewis, terry.reedy, vstinner, vbr, ned.deily, ezio.melotti, python-dev
2012-03-12 01:44:42roger.serwysetmessageid: <1331516682.29.0.264651570206.issue14200@psf.upfronthosting.co.za>
2012-03-12 01:44:41roger.serwylinkissue14200 messages
2012-03-12 01:44:41roger.serwycreate