[issue4410] IDLE string problem in Run/Run Module

2008-12-29 Thread Martin v. Löwis
Martin v. Löwis added the comment: This is a duplicate of issue 4008 -- nosy: +loewis resolution: -> duplicate status: open -> closed superseder: -> IDLE: checksyntax() doesn't support Unicode? ___ Python tracker

[issue4410] IDLE string problem in Run/Run Module

2008-11-24 Thread André
New submission from André <[EMAIL PROTECTED]>: Python 3.0 rc3 on Windows (Server 2003 US English) The code with a string including a non ascii character: s = 'abçd' print (s) is returning correct result in console mode and when it's typed in the IDLE Python Shell But when executed from an ID