Comment 35 for bug 893091

Revision history for this message
In , Steven Johnson (sjohnson) wrote :

(In reply to comment #26)
> thanks for your reply...
>
> where i should put the code you provide???
>
See my patch I just made to fix the problem. I figured the best was was to changed

except blah, something:
to
except blah as something:

as that is what py3 wants.

Also I fixed one raise which was using old string exception semantics. I kept them as a single commit as it is all fixes to the exception handling.