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

Terry J. Reedy report at bugs.python.org
Mon Mar 5 18:59:56 CET 2012


Terry J. Reedy <tjreedy at udel.edu> added the comment:

In responding to #14200, it occurred to me that better than an exception would be doing what the interpreter does in Command Prompt window, which is expand high chars to '\U0001xxxx' escaped form.

----------

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


More information about the Python-bugs-list mailing list