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 1051371
Recipients 1051371, terry.reedy
Date 2020-12-12.02:31:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607740303.61.0.556483220394.issue42623@roundup.psfhosted.org>
In-reply-to
Content
When I get a syntax error, it shows the line with the error, and then a little '^' on the next line, showing where the error is. However, the location of the '^' is a little misleading, since it isn't in the right spot. For example (not sure if it will format correctly though):
elif self.left == None and self.right =! None:
                          ^
The symbol should be under the +! instead of under the 'and.' Also, this problem doesn't occur with the font Courier.
History
Date User Action Args
2020-12-12 02:31:431051371setrecipients: + 1051371, terry.reedy
2020-12-12 02:31:431051371setmessageid: <1607740303.61.0.556483220394.issue42623@roundup.psfhosted.org>
2020-12-12 02:31:431051371linkissue42623 messages
2020-12-12 02:31:431051371create