[issue31304] Update doc for starmap_async error_back kwarg
New submission from tamas: The documentation suggests that multiprocessing.pool.Pool. starmap_async has a kwarg called 'error_back', but it actually has a kwarg called 'error_callback' to handle errors, just like map_async. Link: https://docs.python.org/3.7/library/multiprocessing.html#multiprocessing.poo... ---------- assignee: docs@python components: Documentation messages: 300999 nosy: docs@python, tamas priority: normal severity: normal status: open title: Update doc for starmap_async error_back kwarg type: behavior versions: Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue31304> _______________________________________
Change by Berker Peksag <berker.peksag@gmail.com>: ---------- keywords: +easy stage: -> needs patch versions: +Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31304> _______________________________________
Change by Pablo Galindo Salgado <pablogsal@gmail.com>: ---------- keywords: +patch pull_requests: +4137 stage: needs patch -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31304> _______________________________________
Mariatta Wijaya <mariatta.wijaya@gmail.com> added the comment: New changeset 11225753a89c2907bb717e6c050fe907e5e11829 by Mariatta (Pablo Galindo) in branch 'master': bpo-31304: Update starmap_async documentation. (GH-4168) https://github.com/python/cpython/commit/11225753a89c2907bb717e6c050fe907e5e... ---------- nosy: +Mariatta _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31304> _______________________________________
Change by Roundup Robot <devnull@psf.upfronthosting.co.za>: ---------- pull_requests: +4147 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31304> _______________________________________
Mariatta Wijaya <mariatta.wijaya@gmail.com> added the comment: New changeset 2702380870b63ebe0161dfa29a2d0a3de02401b4 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31304: Update starmap_async documentation. (GH-4168) (GH-4177) https://github.com/python/cpython/commit/2702380870b63ebe0161dfa29a2d0a3de02... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31304> _______________________________________
Mariatta Wijaya <mariatta.wijaya@gmail.com> added the comment: This has been fixed. Thanks! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31304> _______________________________________
participants (5)
-
Berker Peksag
-
Mariatta Wijaya
-
Pablo Galindo Salgado
-
Roundup Robot
-
tamas