Author amaury.forgeotdarc
Recipients alexandre.vassalotti, amaury.forgeotdarc, christian.heimes, draghuram, gvanrossum
Date 2007-11-08.17:37:27
SpamBayes Score 0.0213812
Marked as misclassified No
Message-id <1194543447.8.0.921735459822.issue1395@psf.upfronthosting.co.za>
In-reply-to
Content
> 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")
Files
File name Uploaded
io5.diff amaury.forgeotdarc, 2007-11-08.17:37:27
History
Date User Action Args
2007-11-08 17:37:27amaury.forgeotdarcsetspambayes_score: 0.0213812 -> 0.0213812
recipients: + amaury.forgeotdarc, gvanrossum, draghuram, christian.heimes, alexandre.vassalotti
2007-11-08 17:37:27amaury.forgeotdarcsetspambayes_score: 0.0213812 -> 0.0213812
messageid: <1194543447.8.0.921735459822.issue1395@psf.upfronthosting.co.za>
2007-11-08 17:37:27amaury.forgeotdarclinkissue1395 messages
2007-11-08 17:37:27amaury.forgeotdarccreate