This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients loewis, vstinner
Date 2008-10-04.11:24:20
SpamBayes Score 6.67633e-05
Marked as misclassified No
Message-id <1223119461.35.0.379158883438.issue4008@psf.upfronthosting.co.za>
In-reply-to
Content
IDLE opens the script many than once. There are two cases:
 (1) first open when IDLE read the file content to display it
 (2) second open on pressing F5 key (Run Module) to check the syntax

(1) uses IOBinding and fails to open ISO-8859-1 file with UTF-8 
locale.

(2) uses ScriptBinding and fails to open UTF-8 file with ASCII locale.

About the initial problem (idle-3.0rc1-quits-when-run.py), yes, I 
forgot to say that you have to run the module, sorry :-/
History
Date User Action Args
2008-10-04 11:24:21vstinnersetrecipients: + vstinner, loewis
2008-10-04 11:24:21vstinnersetmessageid: <1223119461.35.0.379158883438.issue4008@psf.upfronthosting.co.za>
2008-10-04 11:24:20vstinnerlinkissue4008 messages
2008-10-04 11:24:20vstinnercreate