]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932)
authorAntoine <43954001+awecx@users.noreply.github.com>
Wed, 15 Jan 2020 20:12:42 +0000 (21:12 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 15 Jan 2020 20:12:41 +0000 (12:12 -0800)
commitdc0284ee8f7a270b6005467f26d8e5773d76e959
tree328d6828945d994ebf308178b43be65b42cf1922
parente92d39303feb1d3b4194c6a8275b1fc63b2153b2
Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932)

Since 3.7 `successful` raises a `ValueError` as explained in the next text block from the documentation:

_Changed in version 3.7: If the result is not ready, ValueError is raised instead of AssertionError._

No issue associated with this PR.
Should be backported in 3.7 and 3.8.
Doc/library/multiprocessing.rst