Staging
v0.5.1
https://github.com/python/cpython
Revision 0bd1469a90648229f4c704741ba13f6709b166ea authored by Miss Islington (bot) on 14 June 2019, 14:52:14 UTC, committed by GitHub on 14 June 2019, 14:52:14 UTC

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 431478d5d74d880692817323198b9605af972fa5)

Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
1 parent 5292179
History
Tip revision: 0bd1469a90648229f4c704741ba13f6709b166ea authored by Miss Islington (bot) on 14 June 2019, 14:52:14 UTC
Update concurrent.futures.rst (GH-14061)
Tip revision: 0bd1469

README

back to top