New submission from Jakub Gedeon <kazagis...@gmail.com>:

Multiprocessing Pool.map_async() does not have an error_callback paramter as 
described here 
http://docs.python.org/library/multiprocessing.html#multiprocessing.pool.multiprocessing.Pool.map_async

I assume this is an old configuration that no longer works... I tried to call 
that parameter by name and I got a Type Error, plus the actual documentation 
does not mention it at all (and it is missing from similar functions). 
Recommend it be removed from the documentation, or else better described and 
implemented.

----------
assignee: docs@python
components: Documentation
messages: 145316
nosy: Jakub.Gedeon, docs@python
priority: normal
severity: normal
status: open
title: Multiprocessing Pool.map_async() does not have an error_callback 
parameter
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13147>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to