Message117706
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)) |
|
| Date |
User |
Action |
Args |
| 2010-09-30 08:03:07 | nirai | set | recipients:
+ nirai, pitrou |
| 2010-09-30 08:03:07 | nirai | set | messageid: <[email protected]> |
| 2010-09-30 08:03:05 | nirai | link | issue9962 messages |
| 2010-09-30 08:03:05 | nirai | create | |
|