Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e151d21 + c32aae0 commit b05be7dCopy full SHA for b05be7d
1 file changed
Doc/library/urllib.request.rst
@@ -931,7 +931,7 @@ UnknownHandler Objects
931
HTTPErrorProcessor Objects
932
--------------------------
933
934
-.. method:: HTTPErrorProcessor.unknown_open()
+.. method:: HTTPErrorProcessor.http_response()
935
936
Process HTTP error responses.
937
@@ -943,6 +943,13 @@ HTTPErrorProcessor Objects
943
:exc:`HTTPError` if no other handler handles the error.
944
945
946
+.. method:: HTTPErrorProcessor.https_response()
947
+
948
+ Process HTTPS error responses.
949
950
+ The behavior is same as :meth:`http_response`.
951
952
953
.. _urllib-request-examples:
954
955
Examples
0 commit comments