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
File Mode Size
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 7.3 KB
README.rst -rw-r--r-- 4.3 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.2 KB
conf.py -rw-r--r-- 6.4 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 52.1 KB
license.rst -rw-r--r-- 43.4 KB
make.bat -rw-r--r-- 5.5 KB

README.rst

back to top