[issue13265] IDLE crashes when printing some unprintable characters.

Ezio Melotti report at bugs.python.org
Wed Oct 26 07:57:32 CEST 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

Both print(chr(500304)) and print('\U0007a250') seem to work and print two empty boxes on IDLE with Python 3.2/WinXP.

Is that error displayed in the IDLE window or does IDLE crash and you see the error somewhere else?

----------
nosy: +ezio.melotti, kbk

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


More information about the Python-bugs-list mailing list