542
543
raise urllib2.HTTPError(req.get_full_url(), code, msg, headers, fp)
544
def http_error_30x(self, req, fp, code, msg, headers):
545
def http_error_302(self, req, fp, code, msg, headers):
545
546
"""Requests the redirected to URI.
547
548
Copied from urllib2 to be able to fake_close the