summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-09-20 21:44:53 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-09-20 21:44:53 (GMT)
commit97dfad7856df5d9c681fa74d576a23247cc55a33 (patch)
tree6cf1185cd268ea1d5937bb0f415c21ac002012bf /Misc
parent9833fcbca3317bb664252437a3c58d68bfee13a8 (diff)
downloadcpython-97dfad7856df5d9c681fa74d576a23247cc55a33.zip
cpython-97dfad7856df5d9c681fa74d576a23247cc55a33.tar.gz
cpython-97dfad7856df5d9c681fa74d576a23247cc55a33.tar.bz2
#21079: is_attachment now looks only at the value, ignoring parameters.
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 1ba6a4a..c5afa50 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Core and Builtins
Library
-------
+- Issue #21079: Fix email.message.EmailMessage.is_attachment to return the
+ correct result when the header has parameters as well as a value.
+
- Issue #22247: Add NNTPError to nntplib.__all__.
- Issue #4180: The warnings registries are now reset when the filters