[issue11243] email/message.py str conversion

R. David Murray report at bugs.python.org
Tue Feb 22 13:11:15 CET 2011


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

We might wind up with a relatively quick 3.2.1, in which case we can get this fixed then.

The parser is supposed to operate without throwing exceptions (just setting defects), so if you find a case where *parsing* throws an exception please open an issue.  Once you start manipulating the model, of course, you may get exceptions.  I'm not sure what should happen if, say, the charset name is invalid (8bit), but certainly throwing an error because it is a Header rather than a string is wrong and needs fixing.

----------

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


More information about the Python-bugs-list mailing list