]> granicus.if.org Git - python/commit
Update concurrent.futures.rst (GH-14061)
authorGéry Ogam <gery.ogam@gmail.com>
Fri, 14 Jun 2019 14:39:43 +0000 (16:39 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 Jun 2019 14:39:43 +0000 (07:39 -0700)
commit431478d5d74d880692817323198b9605af972fa5
tree3a8fc86276ff587dbb21e75d0cf0bd92a7fe6859
parent07559450b2d9179e4c99e0af088ce7550e549f94
Update concurrent.futures.rst (GH-14061)

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.
Doc/library/concurrent.futures.rst