summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-03-06 16:44:17 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-03-06 16:44:17 (GMT)
commit5dda12491e3e2233b63737a1c5f6066f54f6deb5 (patch)
treeadb09127fa2582cf98e47f3e643b7ba7f8a36001 /Misc/NEWS
parent733e50ad9ee2885323c39080b42716fa5d1fd8c1 (diff)
downloadcpython-5dda12491e3e2233b63737a1c5f6066f54f6deb5.zip
cpython-5dda12491e3e2233b63737a1c5f6066f54f6deb5.tar.gz
cpython-5dda12491e3e2233b63737a1c5f6066f54f6deb5.tar.bz2
#11558: Better message if attach called on non-multipart.
Original patch by Varun Sharma.
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 37628d6..d6db677 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,10 @@ Core and Builtins
Library
-------
+- Issue #11558: ``email.message.Message.attach`` now returns a more
+ useful error message if ``attach`` is called on a message for which
+ ``is_multipart`` is False.
+
- Issue #20283: RE pattern methods now accept the string keyword parameters
as documented. The pattern and source keyword parameters are left as
deprecated aliases.