[issue15016] Add special case for latin messages in email.mime.text

R. David Murray report at bugs.python.org
Thu Sep 8 16:29:42 EDT 2016


R. David Murray added the comment:

The new email API (which was just made non-provisional) uses a "sniff" technique to decide what CTE to use for text bodies set via set_content.  So I consider this done (finally).  It does not change MIMEText, which is now the legacy API.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.5, Python 3.6 -Python 3.3

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


More information about the Python-bugs-list mailing list