[issue4008] IDLE: checksyntax() doesn't support Unicode?

Martin v. Löwis report at bugs.python.org
Wed Nov 19 16:38:47 CET 2008


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

This patch has two problems:
1. saving files fails, since there is still a call left to the function
coding_spec, but that function is removed.
2. if saving would work: it doesn't preserve the line endings of the
original file when writing it back. If you open files with DOS line
endings on Unix, upon saving, they should still have DOS line endings.

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


More information about the Python-bugs-list mailing list