Message57264
> The new io4.diff breaks test_io and test_univnewlines on Linux
oops, I missed this one.
Here is a new version: io5.diff, which should handle the "seen newlines"
better.
Two more bug fixes found by test_univnewlines:
- write() should return the number of characters written, but before
they are newline-translated.
- a problem in tell(), my decoder can return two characters even when
you feed only one (example: decode(b'\r') holds the \r and returns
nothing. then a decode(b'x') returns both chars "\rx") |
| File name |
Uploaded |
|
io5.diff
|
amaury.forgeotdarc,
2007-11-08.17:37:27
|
|
| Date |
User |
Action |
Args |
| 2007-11-08 17:37:27 | amaury.forgeotdarc | set | spambayes_score: 0.0213812 -> 0.0213812 recipients:
+ amaury.forgeotdarc, gvanrossum, draghuram, christian.heimes, alexandre.vassalotti |
| 2007-11-08 17:37:27 | amaury.forgeotdarc | set | spambayes_score: 0.0213812 -> 0.0213812 messageid: <1194543447.8.0.921735459822.issue1395@psf.upfronthosting.co.za> |
| 2007-11-08 17:37:27 | amaury.forgeotdarc | link | issue1395 messages |
| 2007-11-08 17:37:27 | amaury.forgeotdarc | create | |
|