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

STINNER Victor report at bugs.python.org
Fri Jun 17 12:54:45 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Instead of
  ValueError: unsupported character
I suggest:
  ValueError: unsupported character (U+10000): Tcl doesn't support characters outside U+0000-U+FFFF range

What do you think?

----------

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


More information about the Python-bugs-list mailing list