[Python-bugs-list] [Bug #113803] [2.0b1 NT4.0] printing non asci char causes idle to abort

noreply@sourceforge.net noreply@sourceforge.net
Thu, 7 Sep 2000 08:33:05 -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]

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=113803&group_id=5470