On May 23, 6:31 pm, Yosifov Pavel <[EMAIL PROTECTED]> 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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to