Message174220
I recently re-wrote something like this, so I think this is useful.
I wonder if it wouldn't be nice to add a caret or some similar marker indicating the frame where the exception was caught, e.g.:
Traceback (most recent call last, catch point highlighted):
File "testmod.py", line 13, in <module>
upper()
> File "testmod.py", line 11, in upper
foo()
File "testmod.py", line 6, in foo
raise Exception
Exception |
|
Date |
User |
Action |
Args |
2012-10-30 19:50:43 | pitrou | set | recipients:
+ pitrou, vinay.sajip, guettli, hoffman, ncoghlan, ggenellina, vstinner, stutzbach, pakal, r.david.murray, flox, news1234, ysj.ray |
2012-10-30 19:50:42 | pitrou | set | messageid: <1351626642.93.0.529952488612.issue1553375@psf.upfronthosting.co.za> |
2012-10-30 19:50:42 | pitrou | link | issue1553375 messages |
2012-10-30 19:50:42 | pitrou | create | |
|