STINNER Victor <[email protected]> added the comment:
> With my patch, the first Brett's example displays:
> ...
> ” = '”'
> ^
> SyntaxError: invalid character in identifier
>
> The error cursor is not at the right column (bug related to the issue
> 2382 or introduced by my patch?).
I tried py3k_adjust_cursor_at_syntax_error_v2.patch (issue #2382) and the
cursor is displayed at the right column:
$ ./python com2.py
Traceback (most recent call last):
...
File "<test>", line 2
” = '”'
^
So it's not a new bug ;-)
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue4626>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com