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.
1 parent c3e11d6 commit 04f1d37Copy full SHA for 04f1d37
1 file changed
Doc/lib/liburllib.tex
@@ -205,7 +205,9 @@ \section{\module{urllib} ---
205
handling for the following HTTP response codes: 301, 302 or 401. For
206
301 and 302 response codes, the \code{location} header is used to
207
fetch the actual URL. For 401 response codes (authentication
208
-required), basic HTTP authentication is performed.
+required), basic HTTP authentication is performed. For 301 and 302 response
209
+codes, recursion is bounded by the value of the \var{maxtries} attribute,
210
+which defaults 10.
211
212
The parameters to the constructor are the same as those for
213
\class{URLopener}.
0 commit comments