From 1c919a64ed805137ae8eae07800b53d7befa161e Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Tue, 29 Jun 2010 13:28:20 +0000 Subject: Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HTTPMessage. --- Doc/library/urllib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst index a11677b..5621f51 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 -- cgit v0.12