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.08:39:34
SpamBayes Score 0.00076019776
Marked as misclassified No
Message-id <1230971975.81.0.773597663187.issue4815@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch to provide an explicit message that the file will be
converted when the file is opened (also querying what encoding should be
converted from), answering the complaint that the conversion is without
notice.

If you want to edit Python 2.x scripts with IDLE 3, you need to add
encoding declarations to the files. For bigger projects, it is
reasonable to expect that they do add these declarations.

Again, please only report one issue at the time. You chose to make
Python source files the topic of this issue, so please don't divert into
config or text files.
History
Date User Action Args
2009-01-03 08:39:35loewissetrecipients: + loewis, geon
2009-01-03 08:39:35loewissetmessageid: <1230971975.81.0.773597663187.issue4815@psf.upfronthosting.co.za>
2009-01-03 08:39:34loewislinkissue4815 messages
2009-01-03 08:39:34loewiscreate