New submission from maniram maniram <maniandra...@gmail.com>: When you print an unprintable character, IDLE raises an error. >>> print(chr(500304)) # print an unprintable character The error is only visible when you run the code from a commmand-line. When you run python from the command-line and execute the code it shows the unprintable character symbol (looks like []).
---------- components: IDLE messages: 146411 nosy: maniram.maniram priority: normal severity: normal status: open title: IDLE crashes when printing some unprintable characters. type: crash versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13265> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com