In the documentation for https://docs.python.org/3.11/library/multiprocessing.html#multiprocessing.po..., the mention of the `map` function links to https://docs.python.org/3.11/library/functions.html#map instead of the multiprocessing map function ( https://docs.python.org/3.11/library/multiprocessing.html#multiprocessing.po... ).
Thanks! Scott
----- This is a work of fiction. Names, characters, places, and incidents either are the product of the writer's imagination or are used fictitiously, and any resemblance to actual persons, living or dead, businesses, companies, events, or locales is entirely coïncidental.
Hi! Thanks for reporting!
Le 6/4/21 à 6:34 PM, Scott Steele a écrit :
In the documentation for starmap the mention of the `map` function links to https://docs.python.org/3.11/library/functions.html#map
I opened a PR to fix this: https://github.com/python/cpython/pull/26560
Does it looks OK to you?
Bests, -- [Julien Palard](https://mdk.fr)