Re: Unhandled exceptions checking

2008-05-25 Thread Yosifov Pavel
On 24 май, 12:58, bukzor <[EMAIL PROTECTED]> wrote: > 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

Re: Unhandled exceptions checking

2008-05-24 Thread Scott David Daniels
Yosifov Pavel 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? I've seen this a number of places. Apparently there are a number of programm

Re: Unhandled exceptions checking

2008-05-24 Thread David
On Sat, May 24, 2008 at 3:31 AM, 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? > Python is too dynam

Re: Unhandled exceptions checking

2008-05-23 Thread bukzor
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 pychec

Unhandled exceptions checking

2008-05-23 Thread Yosifov Pavel
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 -- http://mail.python.org/mailman/listinfo/python-list