Message101987
Buffering applies when writing, not when reading a file.
There is indeed a problem in codecs.py: after a readline(), read() will return the content of the internal buffer, and not more.
The "size" parameter is a hint, and should not be used to decide whether the character buffer is enough to satisfy the read() request.
Patch is attached, with test. |
|
Date |
User |
Action |
Args |
2010-03-31 10:00:21 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, ajaksu2, harobed |
2010-03-31 10:00:21 | amaury.forgeotdarc | set | messageid: <1270029621.31.0.495333713529.issue8260@psf.upfronthosting.co.za> |
2010-03-31 10:00:19 | amaury.forgeotdarc | link | issue8260 messages |
2010-03-31 10:00:19 | amaury.forgeotdarc | create | |
|