[issue19063] Python 3.3.3 encodes emails containing non-ascii data as 7bit

Vajrasky Kok report at bugs.python.org
Fri Nov 1 10:06:46 CET 2013


Vajrasky Kok added the comment:

Attached the *preliminary* patch to address R. David Murray's request.

It does not address the case where we send raw utf-8 bytes to payload. Maybe we should handle that in different ticket.

msg.set_payload(b'\xd0\x90\xd0\x91\xd0\x92') ==> chucks

----------
Added file: http://bugs.python.org/file32447/fix_8bit_data_charset_none_set_payload_v2.patch

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


More information about the Python-bugs-list mailing list