]> granicus.if.org Git - python/commit
Fix SF bug #575360
authorJeremy Hylton <jeremy@alum.mit.edu>
Sat, 6 Jul 2002 18:55:01 +0000 (18:55 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Sat, 6 Jul 2002 18:55:01 +0000 (18:55 +0000)
commit12f4f35f6e675bbe7435069ab7516a48e82f27a9
treeecf84c90c45abbe63b9c25dcf8254837cfbcd349
parentd46aa37d35811a37397104f02074c8a44e7dbec1
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.
Lib/httplib.py