diff options
author | R David Murray <rdmurray@bitdance.com> | 2016-09-07 17:41:06 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2016-09-07 17:41:06 (GMT) |
commit | 91afe7ec9fc82328bc17ab6d7312489dffac2223 (patch) | |
tree | f69054645f6be23b685d9c4b2e535d5bdd5625be /Misc | |
parent | 5223f08e78efcfadb7fe2288fd48bb985d6ca7a7 (diff) | |
parent | c2e2473bc210ff83c2cbc73c4b916893f773b480 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |