[issue4815] idle 3.1a1 utf8

Martin v. Löwis report at bugs.python.org
Sat Jan 3 09:39:35 CET 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

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.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4815>
_______________________________________


More information about the Python-bugs-list mailing list