Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b05be7d

Browse files
committed
Merged upstream.
2 parents e151d21 + c32aae0 commit b05be7d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Doc/library/urllib.request.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ UnknownHandler Objects
931931
HTTPErrorProcessor Objects
932932
--------------------------
933933

934-
.. method:: HTTPErrorProcessor.unknown_open()
934+
.. method:: HTTPErrorProcessor.http_response()
935935

936936
Process HTTP error responses.
937937

@@ -943,6 +943,13 @@ HTTPErrorProcessor Objects
943943
:exc:`HTTPError` if no other handler handles the error.
944944

945945

946+
.. method:: HTTPErrorProcessor.https_response()
947+
948+
Process HTTPS error responses.
949+
950+
The behavior is same as :meth:`http_response`.
951+
952+
946953
.. _urllib-request-examples:
947954

948955
Examples

0 commit comments

Comments
 (0)