[issue16324] MIMEText __init__ does not support Charset instance

Claude Paroz report at bugs.python.org
Thu Oct 25 21:16:55 CEST 2012


Claude Paroz added the comment:

It's fine for me to consider it as an enhancement. The fix might be as simple as replacing **{'charset': _charset} by **{'charset': str(_charset)} in MIMEText __init__.

----------

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


More information about the Python-bugs-list mailing list