[issue12342] characters with ord above 65535 fail to display in IDLE

R. David Murray report at bugs.python.org
Wed Jun 15 23:10:08 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Judging from the stack trace, it isn't str.format that's failing, it's tk failing to display it.

----------
nosy: +r.david.murray, terry.reedy
title: characters with ord above 65535 fail conversion with str.format for '{:c}' in IDLE -> characters with ord above 65535 fail to display in IDLE

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12342>
_______________________________________


More information about the Python-bugs-list mailing list