Serhiy Storchaka added the comment:

The patch fixes one bug, and I'm going to push it.

There is other bug here. If add "1;" before the original example (so the line 
becomes "1;1 + 1 = 2"), the caret will be under ";". In some SyntaxErrors the 
caret points one position left before the start of incorrect expression. But 
this bug deserves separate issue.

The fact that in "1 + 1 = 2" the caret points to the first "1" instead of "=" 
can be considered as yet one different bug (but this is questionable).

----------
assignee:  -> serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25677>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to