[issue11243] email/message.py str conversion

R. David Murray report at bugs.python.org
Sun Feb 20 07:43:12 CET 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Well, it's not a crash, a crash is when the interpreter segfaults.

I'm not clear on why you are having problems, actually, since if you treat the messages as binary (which they are), then you shouldn't be getting Headers introduced into the mix.  But like I said I don't have time to look at this right now.

The problem with Header not being handled properly does need to be addressed, though.

----------
type: crash -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11243>
_______________________________________


More information about the Python-bugs-list mailing list