]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96098: Clearly link concurrent.futures from threading & multiprocessing docs ...
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 21 Aug 2022 02:09:05 +0000 (14:09 +1200)
committerGitHub <noreply@github.com>
Sun, 21 Aug 2022 02:09:05 +0000 (14:09 +1200)
commitbcc4cb0c7d5e0590928e74cae86b0a7938c0f74b
tree2cc324a1b3b4e6e1abc0af657fc7c53a556b908d
parent6ec57e7c5af6816178d34233a4da12eb0c21c9d9
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.
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]