Issue 6433: multiprocessing.pool.map hangs on empty list
diff --git a/Misc/ACKS b/Misc/ACKS
index 4b1f290..41d72c1 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -199,6 +199,7 @@
 Hans Eckardt
 Grant Edwards
 John Ehresman
+Eric Eisner
 Andrew Eland
 Lance Ellinghaus
 David Ely
diff --git a/Misc/NEWS b/Misc/NEWS
index 5193040..3e43df5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -352,6 +352,8 @@
 Library
 -------
 
+- Issue #6433: fixed issues with multiprocessing.pool.map hanging on empty list
+
 - Issue #6314: logging: Extra checks on the "level" argument in more places.
 
 - Issue #2622: Fixed an ImportError when importing email.messsage from a