This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ThomasH
Recipients ThomasH, georg.brandl
Date 2008-07-22.17:05:32
SpamBayes Score 0.16754718
Marked as misclassified No
Message-id <1216746335.31.0.451776222673.issue3427@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/lib/module-urllib.html
The page says that the return type of urlopen().info() is a
mimetools.Message object, which is not quite true; it is a
httplib.HTTPMessage object, which is a class derived from
mimetools.Message, but with additional features.

The httplib.HTTPMessage class is not documented at all, for which I will
file a separate bug.
History
Date User Action Args
2008-07-22 17:05:35ThomasHsetspambayes_score: 0.167547 -> 0.16754718
recipients: + ThomasH, georg.brandl
2008-07-22 17:05:35ThomasHsetspambayes_score: 0.167547 -> 0.167547
messageid: <1216746335.31.0.451776222673.issue3427@psf.upfronthosting.co.za>
2008-07-22 17:05:34ThomasHlinkissue3427 messages
2008-07-22 17:05:32ThomasHcreate