Tim Peters added the comment:

Note that `Pool` grew `starmap()` and `starmap_async()` methods in Python 3.3 
to (mostly) address this.

The signature difference from the old builtin `map()` remains regrettable.  
Note that the `Pool` version differs from the `concurrent.futures` version of 
`map()` in this respect too.

----------
nosy: +tim.peters

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue27873>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to