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 loewis
Recipients geon, loewis
Date 2009-01-03.07:45:35
SpamBayes Score 1.5657835e-05
Marked as misclassified No
Message-id <1230968736.91.0.839573715947.issue4815@psf.upfronthosting.co.za>
In-reply-to
Content
IDLE is right to save the file as UTF-8; the file is invalid Python 3.0
code. In Python 3.0, the source encoding *is* UTF-8; nothing else is
allowed unless you have an encoding declaration.

Perhaps IDLE should offer to convert it on opening.
History
Date User Action Args
2009-01-03 07:45:37loewissetrecipients: + loewis, geon
2009-01-03 07:45:36loewissetmessageid: <1230968736.91.0.839573715947.issue4815@psf.upfronthosting.co.za>
2009-01-03 07:45:36loewislinkissue4815 messages
2009-01-03 07:45:35loewiscreate