Message392541
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 |
|
Date |
User |
Action |
Args |
2021-04-30 23:26:53 | pablogsal | set | recipients:
+ pablogsal, terry.reedy, nedbat, Mark.Shannon, serhiy.storchaka |
2021-04-30 23:26:53 | pablogsal | set | messageid: <1619825213.56.0.145235646741.issue43950@roundup.psfhosted.org> |
2021-04-30 23:26:53 | pablogsal | link | issue43950 messages |
2021-04-30 23:26:53 | pablogsal | create | |
|