commit | de911b2915476938c66855d91df6fa4bbd77b39f | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Dec 21 11:03:24 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Dec 21 11:03:24 2011 +0100 |
tree | aba25854f48dd0b7f99ef21d5e86ab7c6ad5a8cb | |
parent | 12f65d1fefde68ae142b96075917012a61cb8abf [diff] [blame] |
Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. Patch by Hynek Schlawack.
diff --git a/Misc/ACKS b/Misc/ACKS index 269518c..88b67e0 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -878,6 +878,7 @@ Andreas Schawo Neil Schemenauer David Scherer +Hynek Schlawack Bob Schmertz Gregor Schmid Ralf Schmitt