Message198559
| Author | ncoghlan |
|---|---|
| Recipients | barry, hniksic, ncoghlan |
| Date | 2013-09-29.00:13:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CADiSq7eWMNQYXUyc1zZPLa170k6BM8BvOKFfagq-pdKTVOt8gA@mail.gmail.com> |
| In-reply-to | <1380399523.66.0.035059633079.issue19092@psf.upfronthosting.co.za> |
| Content | |
|---|---|
Moving the context fixing into an exception handler may work. Something
like:
try:
raise exc[1]
except BaseException as fix_exc:
...
raise |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-09-29 00:13:43 | ncoghlan | set | recipients: + ncoghlan, barry, hniksic |
| 2013-09-29 00:13:42 | ncoghlan | link | issue19092 messages |
| 2013-09-29 00:13:42 | ncoghlan | create | |