Unhandled exceptions checking

bukzor workitharder at gmail.com
Sat May 24 01:58:53 EDT 2008


On May 23, 6:31 pm, Yosifov Pavel <aqua... at gmail.com> wrote:
> Does somebody know existent tool for checking unhandled exceptions?
> Like in Java when method throws exception but in code using this
> method, try...catch is missed. May be something like PyChecker?
>
> --
> /Pavel

I know that pychecker doesn't do that. The set of handled exceptions
is probably much smaller than handled. Almost every line of code can
throw ten different exceptions (at least my code). I'm not sure what
specifically the output you'd like to see would look like.



More information about the Python-list mailing list