[issue13464] HTTPResponse is missing an implementation of readinto

R. David Murray report at bugs.python.org
Wed Nov 23 19:14:22 CET 2011


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

HTTPResponse subclasses RawIOBase, but does not provide an implementation of readinto, only read.  This means that it is not conforming to the IO spec, and so it cannot be wrapped in a BufferedIOBase when using the C version of io.

----------
components: Library (Lib)
keywords: easy
messages: 148199
nosy: orsenthil, pitrou, r.david.murray
priority: normal
severity: normal
status: open
title: HTTPResponse is missing an implementation of readinto
type: behavior
versions: Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list