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 pablogsal
Recipients Mark.Shannon, nedbat, pablogsal, serhiy.storchaka, terry.reedy
Date 2021-04-30.23:26:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619825213.56.0.145235646741.issue43950@roundup.psfhosted.org>
In-reply-to
Content
Basically, to highlight in all exceptions the range in the displayed line where the error ocurred. For instance:


>>> foo(a, b/z+2, c, 132432 /x, d /y)
                     ^^^^^^^^^
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ZeroDivisionError: division by zero
History
Date User Action Args
2021-04-30 23:26:53pablogsalsetrecipients: + pablogsal, terry.reedy, nedbat, Mark.Shannon, serhiy.storchaka
2021-04-30 23:26:53pablogsalsetmessageid: <1619825213.56.0.145235646741.issue43950@roundup.psfhosted.org>
2021-04-30 23:26:53pablogsallinkissue43950 messages
2021-04-30 23:26:53pablogsalcreate