]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96098: Clearly link concurrent.futures from threading & multiprocessing docs ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 21 Aug 2022 04:28:10 +0000 (21:28 -0700)
committerGitHub <noreply@github.com>
Sun, 21 Aug 2022 04:28:10 +0000 (21:28 -0700)
commitb21ff7433e74307ff584222695c817e8b200d23b
treea7148829e69ebcd99c0beda9ccdf894b363f10d7
parent1fa9644c23632f8ffc3f59e7f574b92185c371e4
gh-96098: Clearly link concurrent.futures from threading & multiprocessing docs (GH-96112)

Clearly link concurrent.futures from threading & multiprocessing docs

Also link directly to asyncio from the beginning of the threading docs.
(cherry picked from commit bcc4cb0c7d5e0590928e74cae86b0a7938c0f74b)

Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
Doc/library/multiprocessing.rst
Doc/library/threading.rst
Misc/NEWS.d/next/Documentation/2022-08-19-17-07-45.gh-issue-96098.nDp43u.rst [new file with mode: 0644]