• Jeremy Hylton's avatar
    Fix SF bug #575360 · f865cabe
    Jeremy Hylton authored
    Subclasses of Exception that define an __init__ must call
    Exception.__init__ or define self.args.  Otherwise, str() will fail.
    
    Bug fix candidate.
    f865cabe
httplib.py 36.1 KB