[issue4773] HTTPMessage not documented and has inconsistent API across 2.6/3.0

Jeremy Hylton report at bugs.python.org
Mon Mar 30 18:32:53 CEST 2009


Jeremy Hylton <jeremy at alum.mit.edu> added the comment:

The attached file is vaguely related to the current discussion.  I'd
like to document the API for the urllib response, but I'd also like to
simplify the implementation on the py3k side.  We can document the
simple API on the py3k side, then support some version of that API on
the py2k side.

Apologies for the noise in this patch.  I was on a plane, and I don't
understand DVCS yet.

----------
keywords: +patch
Added file: http://bugs.python.org/file13473/addinfourl_removal.diff

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


More information about the Python-bugs-list mailing list