]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Put contextvars docs into the concurrency category (GH-24760)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 6 Mar 2021 16:42:20 +0000 (08:42 -0800)
committerGitHub <noreply@github.com>
Sat, 6 Mar 2021 16:42:20 +0000 (08:42 -0800)
(cherry picked from commit 5eb7796b7f3aae91b145ccea51b528662f3b5ce1)

Co-authored-by: Brett Cannon <brett@python.org>
Doc/library/concurrency.rst
Doc/library/index.rst

index 39cd9ff4826597be78b85aea7a665c27ccb1c472..9813e9344f93a907c48b267923aa417f82deaeb1 100644 (file)
@@ -21,6 +21,7 @@ multitasking). Here's an overview:
    subprocess.rst
    sched.rst
    queue.rst
+   contextvars.rst
 
 
 The following are support modules for some of the above services:
index bebf7429b0e63e0d22b4d08cf6c45251b4876f23..2cddb417da82e30c7e04a5f86969fe8e0c90f2e5 100644 (file)
@@ -56,7 +56,6 @@ the `Python Package Index <https://pypi.org>`_.
    crypto.rst
    allos.rst
    concurrency.rst
-   contextvars.rst
    ipc.rst
    netdata.rst
    markup.rst