[issue12708] multiprocessing.Pool is missing a starmap[_async]() method.

Charles-François Natali report at bugs.python.org
Tue Dec 20 19:18:33 CET 2011


Charles-François Natali <neologix at free.fr> added the comment:

Looks good to me, except for another minor nit:
"""
the elements of the `iterable` are expected to be tuples
"""

AFAICT, you just require the elements of `ìterables` to be iterables, not necessarily tuples.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12708>
_______________________________________


More information about the Python-bugs-list mailing list