[issue1368247] unicode in email.MIMEText and email/Charset.py

R. David Murray report at bugs.python.org
Thu Jun 3 04:07:05 CEST 2010


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

OK, py3k now passes all but one of the tests, and I've disabled that one pending email6 since fixing it would break backward compatibility within the 3.x series.  The fix is different, doing the encoding to output_charset just before calling base64mime.  This makes me think that quopri in py3k probably isn't working right, but that's a different issue.  I did not forward port the doc changes as they are inappropriate for py3k.

py3k patched in r81660, 3.1 in r81661.

----------
status: open -> closed

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


More information about the Python-bugs-list mailing list