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
cf6e21cc
Commit
cf6e21cc
authored
Feb 07, 2013
by
Senthil Kumaran
Browse files
Options
Browse Files
Download
Plain Diff
Addressing the review comment made by Terry Reedy
parents
bbbac2ec
d03f467d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/library/urllib.request.rst
Doc/library/urllib.request.rst
+3
-3
No files found.
Doc/library/urllib.request.rst
View file @
cf6e21cc
...
...
@@ -67,9 +67,9 @@ The :mod:`urllib.request` module defines the following functions:
:class:`http.client.HTTPResponse` object which has the following
:ref:`httpresponse-objects` methods.
For ftp, file,
data urls and requests are
explicity handled by legacy
:class:`URLopener` and :class:`FancyURLopener` class
, this function returns
an
:class:`urllib.response.addinfourl` object which can work as
For ftp, file,
and data urls and requests
explicity handled by legacy
:class:`URLopener` and :class:`FancyURLopener` class
es, this function
returns a
:class:`urllib.response.addinfourl` object which can work as
:term:`context manager` and has methods such as
* :meth:`~urllib.response.addinfourl.geturl` --- return the URL of the resource retrieved,
...
...
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