New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue9858> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com