summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS4
2 files changed, 5 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index e91e2a4..752b83a 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -325,6 +325,7 @@ Raghuram Devarakonda
Caleb Deveraux
Catherine Devlin
Scott Dial
+Alon Diamant
Toby Dickenson
Mark Dickinson
Jack Diederich
diff --git a/Misc/NEWS b/Misc/NEWS
index 0be5fdb..a364f57 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,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 #22928: Disabled HTTP header injections in httplib.
Original patch by Demian Brecht.