[docs] [issue13456] Providing a custom HTTPResponse class to HTTPConnection

R. David Murray report at bugs.python.org
Tue Nov 22 20:02:14 CET 2011


New submission from R. David Murray <rdmurray at bitdance.com>:

The doc string for HTTPConnection.getresponse mentions (in broken English) that the instance's response_class attribute determines what class gets instantiated for a response.  The docs do not mention this attribute, nor any other way to control what class is used.

Since this attribute already exists and is mentioned in the doc string, can we consider this a doc error and just document it?

----------
assignee: docs at python
components: Documentation
messages: 148136
nosy: docs at python, orsenthil, r.david.murray
priority: normal
severity: normal
status: open
title: Providing a custom HTTPResponse class to HTTPConnection
versions: Python 3.2, Python 3.3

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


More information about the docs mailing list