[issue3428] httplib.HTTPMessage undocumented

Senthil Kumaran report at bugs.python.org
Mon Jun 28 12:58:44 CEST 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

Fixed in r82322 and r82323.

Actually urllib.urlopen.info method return a mimetools.Message instance and a HTTPMessage instance is used within httplib only. It is more internal purposes to deal with headers with add_continue like methods is required.

ipatrol, the return codes of HTTP is documented in the httplib documentation.

----------
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3428>
_______________________________________


More information about the Python-bugs-list mailing list