diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-01-15 20:19:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-15 20:19:21 (GMT) |
commit | 54abd28b2c4fab37f38e9d6c5e4120c9428a759e (patch) | |
tree | 76d6d0f81601127b1ffe6c4ff07df41a83e25a41 /Python/pythonrun.c | |
parent | 92135775ce12fd71f0878c0a8a0652c197fcc60b (diff) | |
download | cpython-54abd28b2c4fab37f38e9d6c5e4120c9428a759e.zip cpython-54abd28b2c4fab37f38e9d6c5e4120c9428a759e.tar.gz cpython-54abd28b2c4fab37f38e9d6c5e4120c9428a759e.tar.bz2 |
[3.8] Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932) (GH-18015)
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.
(cherry picked from commit dc0284ee8f7a270b6005467f26d8e5773d76e959)
Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com>
Automerge-Triggered-By: @pitrou
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions