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