summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2016-09-07 13:41:06 -0400
committerR David Murray <rdmurray@bitdance.com>2016-09-07 13:41:06 -0400
commit91afe7ec9fc82328bc17ab6d7312489dffac2223 (patch)
treef69054645f6be23b685d9c4b2e535d5bdd5625be /Misc/NEWS
parent5223f08e78efcfadb7fe2288fd48bb985d6ca7a7 (diff)
parentc2e2473bc210ff83c2cbc73c4b916893f773b480 (diff)
downloadcpython-git-91afe7ec9fc82328bc17ab6d7312489dffac2223.tar.gz
Merge: 27988: Make sure iter_attachments does not mutate the payload list.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b367306703..ef85d1c8ef 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