commit | eb48a451e3844185b9a8751c9badffbddc89689d | [log] [tgz] |
---|---|---|
author | An Long <aisk@users.noreply.github.com> | Wed Dec 04 07:30:53 2019 +0800 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Dec 03 15:30:53 2019 -0800 |
tree | 2501bc12316ca5272bcaea9437931d6d4e2fde19 | |
parent | 894331838b256412c95d54051ec46a1cb96f52e7 [diff] |
bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436) Update docstring for `multiprocessing.Pool.map` to mention `pool.starmap()`. Prev PR: https://github.com/python/cpython/pull/17367 @aeros https://bugs.python.org/issue27873