This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jakub.Gedeon
Recipients Jakub.Gedeon, docs@python
Date 2011-10-10.23:37:50
SpamBayes Score 0.00045996686
Marked as misclassified No
Message-id <1318289870.89.0.681252830912.issue13147@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-10-10 23:37:50Jakub.Gedeonsetrecipients: + Jakub.Gedeon, docs@python
2011-10-10 23:37:50Jakub.Gedeonsetmessageid: <1318289870.89.0.681252830912.issue13147@psf.upfronthosting.co.za>
2011-10-10 23:37:50Jakub.Gedeonlinkissue13147 messages
2011-10-10 23:37:50Jakub.Gedeoncreate