Kaydet (Commit) b05be7d9 authored tarafından Alex Gaynor's avatar Alex Gaynor

Merged upstream.

...@@ -931,7 +931,7 @@ UnknownHandler Objects ...@@ -931,7 +931,7 @@ UnknownHandler Objects
HTTPErrorProcessor Objects HTTPErrorProcessor Objects
-------------------------- --------------------------
.. method:: HTTPErrorProcessor.unknown_open() .. method:: HTTPErrorProcessor.http_response()
Process HTTP error responses. Process HTTP error responses.
...@@ -943,6 +943,13 @@ HTTPErrorProcessor Objects ...@@ -943,6 +943,13 @@ HTTPErrorProcessor Objects
:exc:`HTTPError` if no other handler handles the error. :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: .. _urllib-request-examples:
Examples Examples
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment