Merged upstream.

This commit is contained in:
Alex Gaynor 2011-07-17 16:22:05 -07:00
commit b05be7d936

View file

@ -931,7 +931,7 @@ UnknownHandler Objects
HTTPErrorProcessor Objects
--------------------------
.. method:: HTTPErrorProcessor.unknown_open()
.. method:: HTTPErrorProcessor.http_response()
Process HTTP error responses.
@ -943,6 +943,13 @@ HTTPErrorProcessor Objects
:exc:`HTTPError` if no other handler handles the error.
.. method:: HTTPErrorProcessor.https_response()
Process HTTPS error responses.
The behavior is same as :meth:`http_response`.
.. _urllib-request-examples:
Examples