Skip to content

[3.7] Update concurrent.futures.rst (GH-14061)#14082

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-431478d-3.7
Jun 14, 2019
Merged

[3.7] Update concurrent.futures.rst (GH-14061)#14082
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-431478d-3.7

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

This PR adds missing details in the concurrent.futures 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>
@miss-islington
Copy link
Copy Markdown
Contributor Author

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

@miss-islington miss-islington merged commit 0bd1469 into python:3.7 Jun 14, 2019
@miss-islington miss-islington deleted the backport-431478d-3.7 branch June 14, 2019 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants