[Python-bugs-list] [Bug #113803] [2.0b1 NT4.0] printing non asci char causes idle to abort
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 12 Sep 2000 15:13:13 -0700
Bug #113803, was updated on 2000-Sep-07 08:33
Here is a current snapshot of the bug.
Project: Python
Category: IDLE
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: [2.0b1 NT4.0] printing non asci char causes idle to abort
Details: try:
alef = u'\u05d0'
print alef.encode('utf-8')
any enter after the last statement will cause idle to abort
on 'bare' python this does not cause any problem.
[tebeka@lycosmail.com]
Follow-Ups:
Date: 2000-Sep-07 15:04
By: jhylton
Comment:
Please do triage on this bug.
-------------------------------------------------------
Date: 2000-Sep-12 15:13
By: gvanrossum
Comment:
Crash confirmed in IDLE on Win98SE.
Prints (expected) garbage and doesn't crash in command line on Win98SE.
No crash in IDLE or command line on Linux.
Tim, can you take a look with the VC debugger?
-------------------------------------------------------
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=113803&group_id=5470