This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients berker.peksag, martin.panter, mystor, serhiy.storchaka, vstinner, yan12125
Date 2016-11-07.17:39:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478540375.23.0.19010516861.issue25677@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2016-11-07 17:39:35serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, berker.peksag, martin.panter, yan12125, mystor
2016-11-07 17:39:35serhiy.storchakasetmessageid: <1478540375.23.0.19010516861.issue25677@psf.upfronthosting.co.za>
2016-11-07 17:39:35serhiy.storchakalinkissue25677 messages
2016-11-07 17:39:35serhiy.storchakacreate