diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-03-06 16:44:17 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-03-06 16:44:17 (GMT) |
commit | 5dda12491e3e2233b63737a1c5f6066f54f6deb5 (patch) | |
tree | adb09127fa2582cf98e47f3e643b7ba7f8a36001 /Misc/NEWS | |
parent | 733e50ad9ee2885323c39080b42716fa5d1fd8c1 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |