Comment 7 for bug 859545

Revision history for this message
Robert Collins (lifeless) wrote :

and this is the cause:
text = ' '.join(map(reflect.safe_str, edm))

in the twisted code: the message needs to be a sequence of messages, even though that is deprecated.