Kaydet (Commit) 1c919a64 authored tarafından Senthil Kumaran's avatar Senthil Kumaran

Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HTTPMessage.

üst 85862494
...@@ -49,7 +49,7 @@ High-level interface ...@@ -49,7 +49,7 @@ High-level interface
.. index:: module: mimetools .. index:: module: mimetools
The :meth:`info` method returns an instance of the class 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 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 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 Content-Type). When the method is FTP, a Content-Length header will be
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment