• Jeremy Hylton's avatar
    Fix SF bug [ #447370 ] typo in urllib2.py · 54e99e8b
    Jeremy Hylton yazdı
    Also fix another bug caught by pychecker-- HTTPError() raised when
    redirect limit exceed did not pass an fp object.  Had to change method
    to keep fp object around until it's certain that the error won't be
    raised.
    
    Remove useless line in do_proxy().
    54e99e8b
urllib2.py 36.7 KB