[New-bugs-announce] [issue9858] RawIOBase doesn't define readinto

Antoine Pitrou report at bugs.python.org
Wed Sep 15 10:53:13 CEST 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

RawIOBase is defined as having the readinto() method but it doesn't. It should at least have a failing one (raising io.UnsupportedOperation like the BufferedIOBase.{read,readinto} methods do).

This is, of course, mainly for auto-documenting purposes (with help() and friends).

----------
components: IO
keywords: easy
messages: 116440
nosy: pitrou
priority: low
severity: normal
stage: needs patch
status: open
title: RawIOBase doesn't define readinto
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2

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


More information about the New-bugs-announce mailing list