commit | 12f4f35f6e675bbe7435069ab7516a48e82f27a9 | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Sat Jul 06 18:55:01 2002 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Sat Jul 06 18:55:01 2002 +0000 |
tree | ecf84c90c45abbe63b9c25dcf8254837cfbcd349 | |
parent | d46aa37d35811a37397104f02074c8a44e7dbec1 [diff] |
Fix SF bug #575360 Subclasses of Exception that define an __init__ must call Exception.__init__ or define self.args. Otherwise, str() will fail. Bug fix candidate.