On Sat, Jan 31, 2015 at 2:42 AM, Ian Kelly <ian.g.ke...@gmail.com> wrote:
> Like I suggested earlier, just don't catch the inner exception at all.
> The result will be both exceptions propagated, chained in the proper
> order.

So many MANY times, the best thing to do with unrecognized exceptions
is simply to not catch them.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to