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 nirai
Recipients nirai, pitrou
Date 2010-09-30.08:03:05
SpamBayes Score 0.00088829634
Marked as misclassified No
Message-id <1285833787.36.0.596999547528.issue9962@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Antoine,

BufferedIOBase is not documented to have peek():
http://docs.python.org/dev/py3k/library/io.html

Small note about patch:
1) IOError string says "read() on write-only...", should be "peek() on write-only..." ?
2) Should be min() in self._read(max(self.max_read_chunk, n))
History
Date User Action Args
2010-09-30 08:03:07niraisetrecipients: + nirai, pitrou
2010-09-30 08:03:07niraisetmessageid: <1285833787.36.0.596999547528.issue9962@psf.upfronthosting.co.za>
2010-09-30 08:03:05nirailinkissue9962 messages
2010-09-30 08:03:05niraicreate