summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-13 06:30:33 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-13 06:30:33 (GMT)
commit63623ac2529ce9f293784c06215b018664c74491 (patch)
treeb0420f59515afa599c4597b7abe3dee2f28f39e6 /Misc/NEWS
parent38dae173d11c0f87cec46d137df9180e1f43d01c (diff)
parent79fbeee2378dc31a5edebc9a5aa8f3fe9726933e (diff)
downloadcpython-63623ac2529ce9f293784c06215b018664c74491.zip
cpython-63623ac2529ce9f293784c06215b018664c74491.tar.gz
cpython-63623ac2529ce9f293784c06215b018664c74491.tar.bz2
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 64d77aa..78fca4d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,10 @@ Core and Builtins
Library
-------
+- Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
+ handle exceptions raised by an iterator. Patch by Alon Diamant and Davin
+ Potts.
+
- Issue #23581: Add matmul support to MagicMock. Patch by Håkan Lövdahl.
- Issue #23566: enable(), register(), dump_traceback() and