summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2016-09-07 17:41:06 (GMT)
committerR David Murray <rdmurray@bitdance.com>2016-09-07 17:41:06 (GMT)
commit91afe7ec9fc82328bc17ab6d7312489dffac2223 (patch)
treef69054645f6be23b685d9c4b2e535d5bdd5625be /Misc
parent5223f08e78efcfadb7fe2288fd48bb985d6ca7a7 (diff)
parentc2e2473bc210ff83c2cbc73c4b916893f773b480 (diff)
downloadcpython-91afe7ec9fc82328bc17ab6d7312489dffac2223.zip
cpython-91afe7ec9fc82328bc17ab6d7312489dffac2223.tar.gz
cpython-91afe7ec9fc82328bc17ab6d7312489dffac2223.tar.bz2
Merge: 27988: Make sure iter_attachments does not mutate the payload list.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b367306..ef85d1c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,8 @@ Core and Builtins
Library
-------
+- Issue 27988: Fix email iter_attachments incorrect mutation of payload list.
+
- Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
- Issue #27776: The :func:`os.urandom` function does now block on Linux 3.17