This commit is contained in:
Ezio Melotti 2010-11-18 19:48:27 +00:00
parent 5d4dd3eeb2
commit b970142707
1 changed files with 1 additions and 1 deletions

View File

@ -1280,7 +1280,7 @@ The following example uses no proxies at all, overriding environment settings::
The :mod:`urllib.response` module defines functions and classes which define a The :mod:`urllib.response` module defines functions and classes which define a
minimal file like interface, including ``read()`` and ``readline()``. The minimal file like interface, including ``read()`` and ``readline()``. The
typical response object is an addinfourl instance, which defines and ``info()`` typical response object is an addinfourl instance, which defines an ``info()``
method and that returns headers and a ``geturl()`` method that returns the url. method and that returns headers and a ``geturl()`` method that returns the url.
Functions defined by this module are used internally by the Functions defined by this module are used internally by the
:mod:`urllib.request` module. :mod:`urllib.request` module.