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
21dcb932
Commit
21dcb932
authored
Jun 03, 2016
by
R David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#22797: clarify when URLErrors are raised by urlopen.
parent
fde75ae0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/library/urllib.request.rst
Doc/library/urllib.request.rst
+1
-1
No files found.
Doc/library/urllib.request.rst
View file @
21dcb932
...
@@ -83,7 +83,7 @@ The :mod:`urllib.request` module defines the following functions:
...
@@ -83,7 +83,7 @@ The :mod:`urllib.request` module defines the following functions:
:class:`URLopener` and :class:`FancyURLopener` classes, this function
:class:`URLopener` and :class:`FancyURLopener` classes, this function
returns a :class:`urllib.response.addinfourl` object.
returns a :class:`urllib.response.addinfourl` object.
Raises :exc:`~urllib.error.URLError` on errors.
Raises :exc:`~urllib.error.URLError` on
protocol
errors.
Note that ``None`` may be returned if no handler handles the request (though
Note that ``None`` may be returned if no handler handles the request (though
the default installed global :class:`OpenerDirector` uses
the default installed global :class:`OpenerDirector` uses
...
...
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