[issue11584] email/header.py: missing str()ification, and bogus encode()s

R. David Murray report at bugs.python.org
Thu Mar 17 14:03:43 CET 2011


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

I don't see a test case here, did you forget to attatch something?

Also, in this:

  elf._msg[n] = email.header.make_header(email.header.decode_header(b))

unless 'b' is an ASCII-only string, it isn't going to work.

----------

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


More information about the Python-bugs-list mailing list