File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -829,10 +829,13 @@ The following attribute and methods should only be used by classes derived from
829
829
errors. It will be called automatically by the :class: `OpenerDirector ` getting
830
830
the error, and should not normally be called in other circumstances.
831
831
832
- *req * will be a :class: `Request ` object, *fp * will be a file-like object with
833
- the HTTP error body, *code * will be the three-digit code of the error, *msg *
834
- will be the user-visible explanation of the code and *hdrs * will be a mapping
835
- object with the headers of the error.
832
+ :class: `OpenerDirector ` will call this method with five positional arguments:
833
+
834
+ 1. a :class: `Request ` object,
835
+ #. a file-like object with the HTTP error body,
836
+ #. the three-digit code of the error, as a string,
837
+ #. the user-visible explanation of the code, as as string, and
838
+ #. the headers of the error, as a mapping object.
836
839
837
840
Return values and exceptions raised should be the same as those of
838
841
:func: `urlopen `.
You can’t perform that action at this time.
0 commit comments