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 r.david.murray
Recipients docs@python, orsenthil, r.david.murray
Date 2011-11-22.19:02:13
SpamBayes Score 1.0065184e-05
Marked as misclassified No
Message-id <1321988533.96.0.72454390842.issue13456@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2011-11-22 19:02:14r.david.murraysetrecipients: + r.david.murray, orsenthil, docs@python
2011-11-22 19:02:13r.david.murraysetmessageid: <1321988533.96.0.72454390842.issue13456@psf.upfronthosting.co.za>
2011-11-22 19:02:13r.david.murraylinkissue13456 messages
2011-11-22 19:02:13r.david.murraycreate