[docs] [issue31914] Document Pool.(star)map return type

Дилян Палаузов report at bugs.python.org
Tue Oct 31 16:48:05 EDT 2017


Дилян Палаузов <dilyan.palauzov at aegee.org> added the comment:

Pool.starmap is not like map from the standard library, as the hyperlinking on the word map() suggests, but like Pool.map().  The latter talks about the chunksize parameter, but the former and Pool.starmap don't.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31914>
_______________________________________


More information about the docs mailing list