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

STINNER Victor report at bugs.python.org
Thu Oct 2 16:11:14 CEST 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Ah! tokenize has already a method detect_encoding(). My new patch uses 
it to avoid code duplication.

Added file: http://bugs.python.org/file11677/idle_encoding-2.patch

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


More information about the Python-bugs-list mailing list