mirror of
https://github.com/python/cpython.git
synced 2026-01-25 08:42:15 +00:00
Merged revisions 82363 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r82363 | senthil.kumaran | 2010-06-29 18:58:20 +0530 (Tue, 29 Jun 2010) | 3 lines Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HTTPMessage. ........
This commit is contained in:
parent
8b8b260019
commit
34d2ebec5f
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ High-level interface
|
|||
.. index:: module: mimetools
|
||||
|
||||
The :meth:`info` method returns an instance of the class
|
||||
:class:`httplib.HTTPMessage` containing meta-information associated with the
|
||||
:class:`mimetools.Message` containing meta-information associated with the
|
||||
URL. When the method is HTTP, these headers are those returned by the server
|
||||
at the head of the retrieved HTML page (including Content-Length and
|
||||
Content-Type). When the method is FTP, a Content-Length header will be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue