11.5.21 HTTPErrorProcessor Objects

Python 2.2

11.5.21 HTTPErrorProcessor Objects

New in version 2.4.

Process HTTP error responses.

For 200 error codes, the response object is returned immediately.

For non-200 error codes, this simply passes the job on to the protocol_error_code() handler methods, via OpenerDirector.error(). Eventually, urllib2.HTTPDefaultErrorHandler will raise an HTTPError if no other handler handles the error.

See About this document... for information on suggesting changes.