]> 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:27:22 +0000 (21:27 -0700)
committerGitHub <noreply@github.com>
Sun, 21 Aug 2022 04:27:22 +0000 (21:27 -0700)
commit5a094f0255eea1db58fb2cf14c200971e64ec36e
tree1fae27281cf351d3a89b24b8b30fed9296ce5160
parent442674e37eb84f9da5701412f8ad94e4eb2774fd
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]