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 pitrou
Recipients pitrou
Date 2010-09-15.08:53:07
SpamBayes Score 0.00025453232
Marked as misclassified No
Message-id <1284540793.42.0.0185593652898.issue9858@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2010-09-15 08:53:13pitrousetrecipients: + pitrou
2010-09-15 08:53:13pitrousetmessageid: <1284540793.42.0.0185593652898.issue9858@psf.upfronthosting.co.za>
2010-09-15 08:53:09pitroulinkissue9858 messages
2010-09-15 08:53:08pitroucreate