[issue31304] Update doc for starmap_async error_back kwarg

2017-10-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: This has been fixed. Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue31304] Update doc for starmap_async error_back kwarg

2017-10-30 Thread Mariatta Wijaya
Mariatta Wijaya 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)

[issue31304] Update doc for starmap_async error_back kwarg

2017-10-30 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4147 ___ Python tracker ___

[issue31304] Update doc for starmap_async error_back kwarg

2017-10-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 11225753a89c2907bb717e6c050fe907e5e11829 by Mariatta (Pablo Galindo) in branch 'master': bpo-31304: Update starmap_async documentation. (GH-4168)

[issue31304] Update doc for starmap_async error_back kwarg

2017-10-29 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +4137 stage: needs patch -> patch review ___ Python tracker

[issue31304] Update doc for starmap_async error_back kwarg

2017-10-28 Thread Berker Peksag
Change by Berker Peksag : -- keywords: +easy stage: -> needs patch versions: +Python 3.7 ___ Python tracker ___

[issue31304] Update doc for starmap_async error_back kwarg

2017-08-29 Thread tamas
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: