summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-09-08 16:42:11 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-09-08 16:42:11 (GMT)
commitd8b7770a0e4a79280a3b5346ae8a6593ea74facf (patch)
tree40f3ddd8432831e37b967a3c6ad67732bb5f01c8 /Misc
parentcc854499e40483d408d68201f1e6d6ae936ae13a (diff)
parent2b2a9be9135be0135649a2a869856dbe4cc543f1 (diff)
downloadcpython-d8b7770a0e4a79280a3b5346ae8a6593ea74facf.zip
cpython-d8b7770a0e4a79280a3b5346ae8a6593ea74facf.tar.gz
cpython-d8b7770a0e4a79280a3b5346ae8a6593ea74facf.tar.bz2
Issue #27445: Merge from 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1fc6d63..b03e3d5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,6 +92,9 @@ Core and Builtins
Library
-------
+- Issue #27445: Don't pass str(_charset) to MIMEText.set_payload().
+ Patch by Claude Paroz.
+
- Issue #24277: The new email API is no longer provisional, and the docs
have been reorganized and rewritten to emphasize the new API.