]> granicus.if.org Git - python/commit
#20531: Apply the 3.3 version of the #19063 fix.
authorR David Murray <rdmurray@bitdance.com>
Fri, 7 Feb 2014 17:46:17 +0000 (12:46 -0500)
committerR David Murray <rdmurray@bitdance.com>
Fri, 7 Feb 2014 17:46:17 +0000 (12:46 -0500)
commit15a693a6f8f5986c512557747112331ceb5c0b8c
treee85910ccacdbd73c4aabb05b2b2bef3c2311c92d
parent27e9de669be928b09d71fdd31f84da7b86f9a1fc
#20531: Apply the 3.3 version of the #19063 fix.

So passing unicode to set_payload works again (but still doesn't
do what you want when the message is serialized).
Lib/email/charset.py
Lib/email/message.py
Lib/test/test_email/test_email.py
Misc/NEWS