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 gagern
Recipients barry, brian.curtin, collinwinter, gagern, georg.brandl
Date 2010-01-15.18:44:15
SpamBayes Score 8.840151e-11
Marked as misclassified No
Message-id <1263581058.5.0.737705273731.issue1670765@psf.upfronthosting.co.za>
In-reply-to
Content
OK, here is a patch providing both two test cases and the fix for current trunk. Will probably hack something for python 3 as well, although there the Message.as_string approach works due to the new headerlength argument defaulting to 0. So there I'd adjust the patch 

I also included a second test e-mail together with two disabled test cases in order to address the whitespace issue I mentioned. Would be nice to have a fix for these as well, but I assume you don't want known to fail test cases without a fix in trunk unless it's really serious, right?

In any case, the fact that there should be at least four tests, maybe more in the future, all dealing with signature preservation, led me to have a class dedicated to them, instead of only adding methods to one of the existing classes. I hope you agree with that decision.
History
Date User Action Args
2010-01-15 18:44:18gagernsetrecipients: + gagern, barry, georg.brandl, collinwinter, brian.curtin
2010-01-15 18:44:18gagernsetmessageid: <1263581058.5.0.737705273731.issue1670765@psf.upfronthosting.co.za>
2010-01-15 18:44:17gagernlinkissue1670765 messages
2010-01-15 18:44:16gagerncreate