Message118265
Indeed I don't understand the following part :
+ Traceback (most recent call last):
+ File "testmod.py", line 16, in <module>
+ {exception_action}
+ File "testmod.py", line 6, in foo
+ bar()
+ File "testmod.py", line 11, in bar
+ raise Exception
+ Exception
Why does the f_back of the first exception, when chain=True, leads back to the {exception_action} part, in the except: black, instead of the initial foo() call inside the try: block ? |
|
Date |
User |
Action |
Args |
2010-10-09 11:05:47 | pakal | set | recipients:
+ pakal, vinay.sajip, guettli, hoffman, ggenellina, r.david.murray, news1234, ysj.ray |
2010-10-09 11:05:47 | pakal | set | messageid: <1286622347.0.0.856597171326.issue1553375@psf.upfronthosting.co.za> |
2010-10-09 11:05:45 | pakal | link | issue1553375 messages |
2010-10-09 11:05:45 | pakal | create | |
|