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 asvetlov, ezio.melotti, loewis, ned.deily, python-dev, roger.serwy, terry.reedy, vbr, vstinner
Date 2012-03-14.22:36:59
SpamBayes Score 3.354796e-05
Marked as misclassified No
Message-id <1331764620.51.0.0717391560086.issue14200@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a better implementation of the patch. The Percolator which ultimately handles writing to the Text widget should intercept the ValueError due to non-BMP characters. The issue14200_rev1.patch fixes this issue and Issue13153.
History
Date User Action Args
2012-03-14 22:37:00roger.serwysetrecipients: + roger.serwy, loewis, terry.reedy, vstinner, vbr, ned.deily, ezio.melotti, asvetlov, python-dev
2012-03-14 22:37:00roger.serwysetmessageid: <1331764620.51.0.0717391560086.issue14200@psf.upfronthosting.co.za>
2012-03-14 22:36:59roger.serwylinkissue14200 messages
2012-03-14 22:36:59roger.serwycreate