From: Senthil Kumaran Date: Tue, 29 Jun 2010 13:28:20 +0000 (+0000) Subject: Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HTTPMessage. X-Git-Tag: v2.7~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c919a64ed805137ae8eae07800b53d7befa161e;p=python Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HTTPMessage. --- diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst index a11677b486..5621f51226 100644 --- a/Doc/library/urllib.rst +++ b/Doc/library/urllib.rst @@ -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