[issue13265] IDLE crashes when printing some unprintable characters.

maniram maniram report at bugs.python.org
Wed Oct 26 07:48:49 CEST 2011


New submission from maniram maniram <maniandram01 at 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 <report at bugs.python.org>
<http://bugs.python.org/issue13265>
_______________________________________


More information about the Python-bugs-list mailing list