[issue18873] "Encoding" detected in non-comment lines

Serhiy Storchaka report at bugs.python.org
Sat Sep 7 17:15:06 CEST 2013


Serhiy Storchaka added the comment:

The tokenize module, 2to3, IDLE, and the Tools/scripts/findnocoding.py script affected by this bug. Proposed patch fixes this in all places and adds tests for tokenize and 2to3.

----------
components: +Demos and Tools, IDLE, Library (Lib)
nosy: +georg.brandl, kbk, loewis, meador.inge, roger.serwy, terry.reedy
stage: needs patch -> patch review
Added file: http://bugs.python.org/file31645/detect_encoding_in_comments_only.patch

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


More information about the Python-bugs-list mailing list