Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.8] Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932) #18015

Merged
merged 1 commit into from Jan 15, 2020

Conversation

@miss-islington
Copy link

miss-islington commented Jan 15, 2020

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 dc0284e)

Co-authored-by: Antoine 43954001+awecx@users.noreply.github.com

Automerge-Triggered-By: @pitrou

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 dc0284e)

Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com>
@miss-islington

This comment has been minimized.

Copy link
Author

miss-islington commented Jan 15, 2020

@awecx: Status check is done, and it's a success .

@pitrou
pitrou approved these changes Jan 15, 2020
Copy link
Member

pitrou left a comment

+1

@miss-islington miss-islington merged commit 54abd28 into python:3.8 Jan 15, 2020
6 checks passed
6 checks passed
Docs
Details
Azure Pipelines PR #20200115.25 succeeded
Details
bedevere/issue-number Issue report skipped
bedevere/maintenance-branch-pr Valid maintenance branch PR title.
bedevere/news "skip news" label found
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@miss-islington miss-islington deleted the miss-islington:backport-dc0284e-3.8 branch Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants
You can’t perform that action at this time.