diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2022-08-21 02:09:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-21 02:09:05 (GMT) |
commit | bcc4cb0c7d5e0590928e74cae86b0a7938c0f74b (patch) | |
tree | 2cc324a1b3b4e6e1abc0af657fc7c53a556b908d /Misc | |
parent | 6ec57e7c5af6816178d34233a4da12eb0c21c9d9 (diff) | |
download | cpython-bcc4cb0c7d5e0590928e74cae86b0a7938c0f74b.zip cpython-bcc4cb0c7d5e0590928e74cae86b0a7938c0f74b.tar.gz cpython-bcc4cb0c7d5e0590928e74cae86b0a7938c0f74b.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2022-08-19-17-07-45.gh-issue-96098.nDp43u.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2022-08-19-17-07-45.gh-issue-96098.nDp43u.rst b/Misc/NEWS.d/next/Documentation/2022-08-19-17-07-45.gh-issue-96098.nDp43u.rst new file mode 100644 index 0000000..5ead20b --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2022-08-19-17-07-45.gh-issue-96098.nDp43u.rst @@ -0,0 +1,3 @@ +Improve discoverability of the higher level concurrent.futures module by +providing clearer links from the lower level threading and multiprocessing +modules. |