Update concurrent.futures.rst#14061
Conversation
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
@maggyero: Status check is done, and it's a success ✅ . |
1 similar comment
|
@maggyero: Status check is done, and it's a success ✅ . |
|
Sorry, I can't merge this PR. Reason: |
|
Thanks @maggyero for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
|
I'm having trouble backporting to |
|
GH-14082 is a backport of this pull request to the 3.7 branch. |
This PR adds missing details in the [`concurrent.futures`](https://docs.python.org/3/library/concurrent.futures.html) documentation: * the mention that `Future.cancel` also returns `False` if the call finished running; * the mention of the states for `Future` that did not complete: pending or running. (cherry picked from commit 431478d) Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
|
Thanks @maggyero for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
|
GH-14083 is a backport of this pull request to the 3.8 branch. |
|
Thanks! |
This PR adds missing details in the [`concurrent.futures`](https://docs.python.org/3/library/concurrent.futures.html) documentation: * the mention that `Future.cancel` also returns `False` if the call finished running; * the mention of the states for `Future` that did not complete: pending or running. (cherry picked from commit 431478d) Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
This PR adds missing details in the [`concurrent.futures`](https://docs.python.org/3/library/concurrent.futures.html) documentation: * the mention that `Future.cancel` also returns `False` if the call finished running; * the mention of the states for `Future` that did not complete: pending or running. (cherry picked from commit 431478d) Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
|
@asvetlov Thank you for the review! |
This PR adds missing details in the [`concurrent.futures`](https://docs.python.org/3/library/concurrent.futures.html) documentation: * the mention that `Future.cancel` also returns `False` if the call finished running; * the mention of the states for `Future` that did not complete: pending or running.
This PR adds missing details in the [`concurrent.futures`](https://docs.python.org/3/library/concurrent.futures.html) documentation: * the mention that `Future.cancel` also returns `False` if the call finished running; * the mention of the states for `Future` that did not complete: pending or running.
This PR adds missing details in the
concurrent.futuresdocumentation:Future.cancelalso returnsFalseif the call finished running;Futurethat did not complete: pending or running.