Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
04f1d374
Commit
04f1d374
authored
Feb 15, 2001
by
Skip Montanaro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mention the use of the maxtries attribute of FancyURLopener in bounding
redirection recursion.
parent
c3e11d65
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Doc/lib/liburllib.tex
Doc/lib/liburllib.tex
+3
-1
No files found.
Doc/lib/liburllib.tex
View file @
04f1d374
...
@@ -205,7 +205,9 @@ actually retrieve a resource at an \file{https:} URL.
...
@@ -205,7 +205,9 @@ actually retrieve a resource at an \file{https:} URL.
handling for the following HTTP response codes: 301, 302 or 401. For
handling for the following HTTP response codes: 301, 302 or 401. For
301 and 302 response codes, the
\code
{
location
}
header is used to
301 and 302 response codes, the
\code
{
location
}
header is used to
fetch the actual URL. For 401 response codes (authentication
fetch the actual URL. For 401 response codes (authentication
required), basic HTTP authentication is performed.
required), basic HTTP authentication is performed. For 301 and 302 response
codes, recursion is bounded by the value of the
\var
{
maxtries
}
attribute,
which defaults 10.
The parameters to the constructor are the same as those for
The parameters to the constructor are the same as those for
\class
{
URLopener
}
.
\class
{
URLopener
}
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment