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 jkg
Recipients barry, jkg, tony_nelson
Date 2009-07-11.19:58:36
SpamBayes Score 0.00019148384
Marked as misclassified No
Message-id <1247342320.74.0.342668726051.issue6465@psf.upfronthosting.co.za>
In-reply-to
Content
If the parser is fed a chunk which ends with '\r' and the next chunk
begins with '\n', it incorrectly parses this into a line ending with
'\r' and an empty line ending with '\n' instead of a single line ending
with '\r\n'.

Test attached. Patch to follow.
History
Date User Action Args
2009-07-11 19:58:41jkgsetrecipients: + jkg, barry, tony_nelson
2009-07-11 19:58:40jkgsetmessageid: <1247342320.74.0.342668726051.issue6465@psf.upfronthosting.co.za>
2009-07-11 19:58:38jkglinkissue6465 messages
2009-07-11 19:58:37jkgcreate