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 r.david.murray
Recipients barry, r.david.murray
Date 2012-05-27.15:25:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338132330.03.0.317391299675.issue14925@psf.upfronthosting.co.za>
In-reply-to
Content
The error recovery heuristic the parser uses is that if it sees a line with no leading whitespace and no ':' in it, it assumes that the blank line between the headers and the body was missing.  It does not, however, register defect for this case.

Attached is a patch.  It introduces a new Defect and deprecates an old one that could never have been issued, so I'm not going to back port it.  (Especially seeing as no one has ever complained about it...I found the bug through code inspection.)
History
Date User Action Args
2012-05-27 15:25:30r.david.murraysetrecipients: + r.david.murray, barry
2012-05-27 15:25:30r.david.murraysetmessageid: <1338132330.03.0.317391299675.issue14925@psf.upfronthosting.co.za>
2012-05-27 15:25:29r.david.murraylinkissue14925 messages
2012-05-27 15:25:29r.david.murraycreate