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 Arfrever, asvetlov, ezio.melotti, loewis, pitrou, roger.serwy, serhiy.storchaka, terry.reedy, vstinner
Date 2014-10-02.07:05:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412233531.17.0.394879481178.issue14304@psf.upfronthosting.co.za>
In-reply-to
Content
Pending doing some experiments with current and patched code, and reading the rpc code, I believe I would like to see the patch applied.  I don't care about whether the patch defines a 'codec' or what its name would be. What i do want is for the Idle Shell to display unicode strings produced by python code as faithfully as possible, without raising an exception, given the limitations of tk and the selected font.
History
Date User Action Args
2014-10-02 07:05:31terry.reedysetrecipients: + terry.reedy, loewis, pitrou, vstinner, ezio.melotti, roger.serwy, Arfrever, asvetlov, serhiy.storchaka
2014-10-02 07:05:31terry.reedysetmessageid: <1412233531.17.0.394879481178.issue14304@psf.upfronthosting.co.za>
2014-10-02 07:05:31terry.reedylinkissue14304 messages
2014-10-02 07:05:30terry.reedycreate