mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Addressing the review comment made by Terry Reedy
This commit is contained in:
commit
5eda539591
1 changed files with 3 additions and 3 deletions
|
@ -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` classes, 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue