fijal at codespeak.net wrote: > try: > - BaseException > + BaseException = BaseException > except NameError: > BaseException = Exception this clearly show that you didn't write a test (or you didn't run it, if it's already there). Could you please try to follow tdd a bit more closely, especially on trunk?