[issue13147] Multiprocessing Pool.map_async() does not have an error_callback parameter

Jyrki Pulliainen report at bugs.python.org
Wed Nov 2 08:41:34 CET 2011


Jyrki Pulliainen <jyrki at dywypi.org> added the comment:

Python 3.x seems to have the error_callback parameter on all *_async operations. However, 2.7 lacks it. I think adding the actual error_callback would be deemed as a new feature, so the right thing would just be removing the documentation.

I'll whip up a patch to remove this from the documentation

----------
nosy: +nailor

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13147>
_______________________________________


More information about the Python-bugs-list mailing list