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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c919a64ed805137ae8eae07800b53d7befa161e;p=thirdparty%2FPython%2Fcpython.git Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HTTPMessage. --- diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst index a11677b486b9..5621f5122665 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