[issue2384] [Py3k] line number is wrong after encoding declaration

STINNER Victor report at bugs.python.org
Fri Sep 26 17:13:52 CEST 2008


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

Here is a patch fixing this issue: it's quite the same that ocean-city 
patch, but I prefer to patch lineno only if set_readline() succeed.

About the truncated traceback for multibyte charset: see the new 
issue3975.

Added file: http://bugs.python.org/file11610/tokenizer-coding.patch

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


More information about the Python-bugs-list mailing list