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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, christian.heimes, draghuram, gvanrossum
Date 2007-11-07.17:47:21
SpamBayes Score 0.1604011
Marked as misclassified No
Message-id <1194457642.21.0.20408346155.issue1395@psf.upfronthosting.co.za>
In-reply-to
Content
> The new patch fixes test_netrc for me but test_csv and test_mailbox are
> still broken.

For test_mailbox at least, I think I have a clue: the _pending member
now contains translated newlines.
But in tell(), we use its length and compare it with the length of a
previous "pending" value stored in self._snapshot...

Can we try to somehow move the replacenl() call inside the _get_chunk
function?
Not sure it will work. This gets more and more obscure...
History
Date User Action Args
2007-11-07 17:47:22amaury.forgeotdarcsetspambayes_score: 0.160401 -> 0.1604011
recipients: + amaury.forgeotdarc, gvanrossum, draghuram, christian.heimes
2007-11-07 17:47:22amaury.forgeotdarcsetspambayes_score: 0.160401 -> 0.160401
messageid: <1194457642.21.0.20408346155.issue1395@psf.upfronthosting.co.za>
2007-11-07 17:47:22amaury.forgeotdarclinkissue1395 messages
2007-11-07 17:47:21amaury.forgeotdarccreate