diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-02-07 17:46:17 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-02-07 17:46:17 (GMT) |
commit | 15a693a6f8f5986c512557747112331ceb5c0b8c (patch) | |
tree | e85910ccacdbd73c4aabb05b2b2bef3c2311c92d /Misc/NEWS | |
parent | 27e9de669be928b09d71fdd31f84da7b86f9a1fc (diff) | |
download | cpython-15a693a6f8f5986c512557747112331ceb5c0b8c.zip cpython-15a693a6f8f5986c512557747112331ceb5c0b8c.tar.gz cpython-15a693a6f8f5986c512557747112331ceb5c0b8c.tar.bz2 |
#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).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ Core and Builtins Library ------- +- Issue #20531: Revert 3.4 version of fix for #19063, and apply the 3.3 + version. That is, do *not* raise an error if unicode is passed to + email.message.Message.set_payload. + - Issue #20476: If a non-compat32 policy is used with any of the email parsers, EmailMessage is now used as the factory class. The factory class should really come from the policy; that will get fixed in 3.5. |