]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Put contextvars docs into the concurrency category (GH-24760)
authorBrett Cannon <brett@python.org>
Sat, 6 Mar 2021 16:25:54 +0000 (08:25 -0800)
committerGitHub <noreply@github.com>
Sat, 6 Mar 2021 16:25:54 +0000 (08:25 -0800)
Doc/library/concurrency.rst
Doc/library/index.rst

index b150990b83b75b4b20ee1882d0244f5678dbc203..5be1a1106b09a0dfea2fba450e5e5437c0f413e0 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 42f994f8b87d1436c22304bd05bfc429c3c9789c..1a9e52ec5ccfba331d6d65588584456737f388fc 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