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 sdaoden
Recipients r.david.murray, sdaoden
Date 2011-03-25.15:25:01
SpamBayes Score 0.001569875
Marked as misclassified No
Message-id <20110325152446.GD86511@sherwood.local>
In-reply-to <1301065469.8.0.0722206539234.issue11584@psf.upfronthosting.co.za>
Content
On Fri, Mar 25, 2011 at 03:04:29PM +0000, R. David Murray wrote:
> OK, here is the patch.

Works fine at a first glance and for me - i see you didn't stuck :/. 
Say, though not belonging here, can you think of problems incurred 
in message.py:_sanitize_headers() due to

   if _has_surrogates(value):

instead of:

   if _has_surrogates_or_8bit(value):

I stumbled over that place somewhen but fixing it was no real 
help.
History
Date User Action Args
2011-03-25 15:25:04sdaodensetrecipients: + sdaoden, r.david.murray
2011-03-25 15:25:02sdaodenlinkissue11584 messages
2011-03-25 15:25:01sdaodencreate