Bug#487096: false warnings on except

2008-07-14 Thread Kenneth Pronovici
> Probably because those two are derived from BaseException, while > everything else is derived from Exception in Python 2.5. There > is a patch around, which I did not test: > https://thomas.apestaart.org/thomas/trac/changeset/938?format=diff&new=938 This patch does fix the bug for Python 2.5. U

Bug#487096: false warnings on except

2008-07-08 Thread Kenneth Pronovici
There hasn't been an upstream release in quite a while, although there were a number of checkins recently, so the project is semi-active. I'll ping upstream and see what they think. KEN -- Kenneth J. Pronovici <[EMAIL PROTECTED]> http://www.cedar-solutions.com/ -- To UNSUBSCRIBE, email to [E

Bug#487096: false warnings on except

2008-06-19 Thread W. Martin Borgert
Package: pychecker Version: 0.8.17-9 Severity: normal pychecker is not 2.5-fit, it seems. On the following code try: pass except (KeyboardInterrupt, SystemExit): pass pychecker warns except.py:5: Catching a non-Exception object (KeyboardInterrupt) except.py:5: Catching a non-Exception o