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 Volker Weißmann
Recipients Volker Weißmann, docs@python, python-dev, sbt, tkf
Date 2020-07-02.22:10:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593727837.46.0.189501987052.issue17805@roundup.psfhosted.org>
In-reply-to
Content
The documentation here: https://docs.python.org/3/library/multiprocessing.html#module-multiprocessing.pool
says that apply_async is "A variant of the apply() method which returns a result object."
You should replace "a result object" with "a AsyncResult/ApplyResult object" and a link to https://docs.python.org/2/library/multiprocessing.html#multiprocessing.pool.AsyncResult
History
Date User Action Args
2020-07-02 22:10:37Volker Weißmannsetrecipients: + Volker Weißmann, docs@python, python-dev, sbt, tkf
2020-07-02 22:10:37Volker Weißmannsetmessageid: <1593727837.46.0.189501987052.issue17805@roundup.psfhosted.org>
2020-07-02 22:10:37Volker Weißmannlinkissue17805 messages
2020-07-02 22:10:37Volker Weißmanncreate