[issue13456] Providing a custom HTTPResponse class to HTTPConnection

2019-02-24 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue13456] Providing a custom HTTPResponse class to HTTPConnection

2015-07-06 Thread Martin Panter
Martin Panter added the comment: Why do people want “response_class” to be part of the API? If so, more details about it may need to added, e.g. the following methods and attributes seem to be required: _read_status(), fp, close(), isclosed(), begin() and will_close. The “debuglevel” attribute

[issue13456] Providing a custom HTTPResponse class to HTTPConnection

2015-07-04 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review type: -> enhancement versions: +Python 3.4, Python 3.5, Python 3.6 -Python 3.2, Python 3.3 ___ Python tracker

[issue13456] Providing a custom HTTPResponse class to HTTPConnection

2015-07-04 Thread Angad Singh
Angad Singh added the comment: I have a patch for this. I have also documented some of the non-documented attributes of HTTPConnection class. -- keywords: +patch nosy: +angad Added file: http://bugs.python.org/file39856/response_class.http.client.patch _

[issue13456] Providing a custom HTTPResponse class to HTTPConnection

2014-06-28 Thread Mark Lawrence
Mark Lawrence added the comment: ping. -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue13456] Providing a custom HTTPResponse class to HTTPConnection

2011-11-22 Thread R. David Murray
New submission from R. David Murray : 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