summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-02-07 17:46:17 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-02-07 17:46:17 (GMT)
commit15a693a6f8f5986c512557747112331ceb5c0b8c (patch)
treee85910ccacdbd73c4aabb05b2b2bef3c2311c92d /Misc/NEWS
parent27e9de669be928b09d71fdd31f84da7b86f9a1fc (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6c2352f..b28079c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.