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 terry.reedy
Recipients JBernardo, Ramchandra Apte, Rosuav, William.Schwartz, asvetlov, ezio.melotti, ned.deily, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-07-03.22:27:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372890474.37.0.197427185996.issue13153@psf.upfronthosting.co.za>
In-reply-to
Content
I verified problem continuing problem windows. There is only a 'crash' when running under pythonw, which does not happenon linux, as far as I know. When running on a console, the error traceback is the same as in msg145581 (with line numbers altered). Changing some ValueError to a TclError did not affect either UnicodeDecodeError or the problem of error reports crashing Idle because there is no stderr to send them to.

This type of crash is a generic problem addressed by #13582. The solution to that would solve the crash part of this issue, but not the message. I would like to see the 2.x message, possibly improved. Perhaps we should resurrect the 2.x codec for processing text pasted into the shell.

As for text windows,
# -*- coding: utf-8 -*-
print('𐒢')
# ðミメᄁ
which is not good either.
History
Date User Action Args
2013-07-03 22:27:54terry.reedysetrecipients: + terry.reedy, ned.deily, ezio.melotti, roger.serwy, asvetlov, python-dev, JBernardo, Rosuav, Ramchandra Apte, serhiy.storchaka, William.Schwartz
2013-07-03 22:27:54terry.reedysetmessageid: <1372890474.37.0.197427185996.issue13153@psf.upfronthosting.co.za>
2013-07-03 22:27:54terry.reedylinkissue13153 messages
2013-07-03 22:27:53terry.reedycreate