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 martin.panter
Recipients catalin.iacob, martin.panter, mwatkins, orsenthil, petri.lehtinen, terry.reedy
Date 2015-02-15.04:34:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423974893.34.0.658996246846.issue5054@psf.upfronthosting.co.za>
In-reply-to
Content
BTW in the original code, I think line[:1] in "\t\n\r " might have been correct. It looks like the getallmatchinheaders() method was actually meant to return continued lines separately, prefixed with whitespace. My patch is probably only appropriate for Python 3; maybe Mike’s code will work for Python 2.
History
Date User Action Args
2015-02-15 04:34:53martin.pantersetrecipients: + martin.panter, terry.reedy, orsenthil, mwatkins, catalin.iacob, petri.lehtinen
2015-02-15 04:34:53martin.pantersetmessageid: <1423974893.34.0.658996246846.issue5054@psf.upfronthosting.co.za>
2015-02-15 04:34:53martin.panterlinkissue5054 messages
2015-02-15 04:34:53martin.pantercreate