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 kjohnson
Recipients georg.brandl, kjohnson
Date 2008-10-02.01:23:38
SpamBayes Score 0.06125291
Marked as misclassified No
Message-id <1222910620.56.0.617350560863.issue4012@psf.upfronthosting.co.za>
In-reply-to
Content
In the docs for AsyncResult
http://docs.python.org/dev/library/multiprocessing.html#multiprocessing.pool.AsyncResult

"get([timeout)" is missing a ]

In the example following, it refers to pool.applyAsync() in two places;
the docs spell this apply_async(), one of them must be wrong :-)
History
Date User Action Args
2008-10-02 01:23:40kjohnsonsetrecipients: + kjohnson, georg.brandl
2008-10-02 01:23:40kjohnsonsetmessageid: <1222910620.56.0.617350560863.issue4012@psf.upfronthosting.co.za>
2008-10-02 01:23:39kjohnsonlinkissue4012 messages
2008-10-02 01:23:38kjohnsoncreate