[issue2827] IDLE 3.0a5 cannot handle UTF-8

Terry J. Reedy report at bugs.python.org
Sat Aug 9 00:17:03 CEST 2008


Terry J. Reedy <tjreedy at udel.edu> added the comment:

3.0b2, WinXP
I cut and pasted the text above into an empty IDLE edit window, hit F5,
and in the blink of an eye, both IDLE windows disappeared.  No error
message, no Window's error box, just gone.

The pasted text was saved to the file.  When I added input() statements,
and ran with CPython directly, it got to the function call and then
crashed.  Rerunning with Idle with input() at the top, it still crashed,
indicating that it crashed during compilation and never started execution.

----------
nosy: +tjreedy

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


More information about the Python-bugs-list mailing list