]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Dec 2019 23:37:40 +0000 (15:37 -0800)
committerGitHub <noreply@github.com>
Tue, 3 Dec 2019 23:37:40 +0000 (15:37 -0800)
commitbaf07395eaa77e515ddfa1d3f42785d50b4d2889
treecd4b6d2664feae2c8e10ec92e7ece2c57df684ff
parent8859fc629474ab1ca7eb2e67aec538097c327e58
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
(cherry picked from commit eb48a451e3844185b9a8751c9badffbddc89689d)

Co-authored-by: An Long <aisk@users.noreply.github.com>
Doc/library/multiprocessing.rst