> 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. Unfortunately, it also breaks pychecker for Python < 2.5. I did talk with upstream. I'll submit an SF bug, and I'll plan to re-test when the next release happens (which might be as soon as this month). KEN -- Kenneth J. Pronovici <[EMAIL PROTECTED]> http://www.cedar-solutions.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

