R. David Murray <rdmur...@bitdance.com> added the comment:

In Python2 the fix would be to use charset unknown-8bit instead of us-ascii.

In Python3 this actually puts unicode in the message body.  There we should 
default to utf-8, but this requires a more extensive change than the Python2 
change, and probably should not be backported.

Once this is fixed in Python3 the utf-8 default check can be removed from 
MIMEText (issue 14380).

----------
versions: +Python 3.3 -Python 3.1

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7304>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to