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 lazka
Recipients aroberge, lazka
Date 2020-12-11.23:50:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607730615.3.0.309435779267.issue42577@roundup.psfhosted.org>
In-reply-to
Content
I would expect Python to print the current statement up to the error instead of just the last line:

```
File "error.py", line 3-5
          print(((123))

  if 2:
      ^
```

This would solve this case nicely while in the common case still show one line as before.
History
Date User Action Args
2020-12-11 23:50:15lazkasetrecipients: + lazka, aroberge
2020-12-11 23:50:15lazkasetmessageid: <1607730615.3.0.309435779267.issue42577@roundup.psfhosted.org>
2020-12-11 23:50:15lazkalinkissue42577 messages
2020-12-11 23:50:15lazkacreate