[issue13265] IDLE crashes when printing some unprintable characters.

Ned Deily report at bugs.python.org
Sun Oct 30 22:45:57 CET 2011


Ned Deily <nad at acm.org> added the comment:

Sorry, I should have noticed earlier that this is a duplicate of Issue12342.  The problem is simply that Tcl/Tk does not currently support the display of Unicode code points outside of the BMP.  The question then is what IDLE to do when asked to display such characters.  The current behavior of letting tkinter detect the unsupported code point and bubbling up a somewhat unhelpful exception message is not the most user-friendly response.  Let's continue any discussion of this over on the earlier issue.

----------
resolution:  -> duplicate
stage:  -> committed/rejected
status: open -> closed
superseder:  -> characters with ord above 65535 fail to display in IDLE

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


More information about the Python-bugs-list mailing list