summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-09-20 21:49:48 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-09-20 21:49:48 (GMT)
commit1de0ac05f3467faad2e0a0d6d08f86c06bf43b1b (patch)
tree158dacfd556f2eb920ef34ffc3623e337b32abcf /Misc
parente22735036bd749dea3eba340cb077b82d7b35b86 (diff)
parent97dfad7856df5d9c681fa74d576a23247cc55a33 (diff)
downloadcpython-1de0ac05f3467faad2e0a0d6d08f86c06bf43b1b.zip
cpython-1de0ac05f3467faad2e0a0d6d08f86c06bf43b1b.tar.gz
cpython-1de0ac05f3467faad2e0a0d6d08f86c06bf43b1b.tar.bz2
Merge: #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 1a02975..e4edc4c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -137,6 +137,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 #22366: urllib.request.urlopen will accept a context object