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-06.08:11:57
SpamBayes Score 0.2397696
Marked as misclassified No
Message-id <1194336718.28.0.668207079599.issue1395@psf.upfronthosting.co.za>
In-reply-to
Content
Some thoughts:
- is it ok to call replacenl multiple times on the same string? \r\r\n
and other combinations like this.
- I wonder if it is possible to correctly handle \r\n at the CHUNK_SIZE
limit without an incremental decoder. it seems that we need at least a
flag saying "\r was previously read, ignore the next \n"
History
Date User Action Args
2007-11-06 08:11:58amaury.forgeotdarcsetspambayes_score: 0.23977 -> 0.2397696
recipients: + amaury.forgeotdarc, gvanrossum, draghuram, christian.heimes
2007-11-06 08:11:58amaury.forgeotdarcsetspambayes_score: 0.23977 -> 0.23977
messageid: <1194336718.28.0.668207079599.issue1395@psf.upfronthosting.co.za>
2007-11-06 08:11:58amaury.forgeotdarclinkissue1395 messages
2007-11-06 08:11:57amaury.forgeotdarccreate