Comment 4 for bug 1130957

Revision history for this message
Aurélien Bompard (abompard) wrote :

I'm still trying to figure out the unicode errors in the digest runner, but something happens that I don't understand.
In the add_message method, around line 264, the msg.as_string() call returns an str instance, but the msg.as_string().split("\n\n") call returns a list of unicode instances. This makes no sense to me.
Could it come from the unicode-related overrides in mailman.email.message ? Could it be a bug in the python interpreter ? I'm using python 2.7.3. I can't find a way to reproduce it outside mailman.