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 r.david.murray
Date 2011-04-05.13:33:12
SpamBayes Score 5.152405e-10
Marked as misclassified No
Message-id <1302010393.33.0.35644236516.issue11772@psf.upfronthosting.co.za>
In-reply-to
Content
I discovered the attached failure case in the process of investigating another issue.  The bug (a continuation line with no leading white space) doesn't exist in 2.7, but in 2.7 the extra whitespace is not preserved (that is, the output of the new test looks just like the output of the Face2 test), which is consistent with email4's handling of header whitespace in general.
History
Date User Action Args
2011-04-05 13:33:13r.david.murraysetrecipients: + r.david.murray
2011-04-05 13:33:13r.david.murraysetmessageid: <1302010393.33.0.35644236516.issue11772@psf.upfronthosting.co.za>
2011-04-05 13:33:12r.david.murraylinkissue11772 messages
2011-04-05 13:33:12r.david.murraycreate