From: Brett Cannon Date: Sat, 6 Mar 2021 16:25:54 +0000 (-0800) Subject: Put contextvars docs into the concurrency category (GH-24760) X-Git-Tag: v3.10.0a7~189 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5eb7796b7f3aae91b145ccea51b528662f3b5ce1;p=thirdparty%2FPython%2Fcpython.git Put contextvars docs into the concurrency category (GH-24760) --- diff --git a/Doc/library/concurrency.rst b/Doc/library/concurrency.rst index b150990b83b7..5be1a1106b09 100644 --- a/Doc/library/concurrency.rst +++ b/Doc/library/concurrency.rst @@ -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: diff --git a/Doc/library/index.rst b/Doc/library/index.rst index 42f994f8b87d..1a9e52ec5ccf 100644 --- a/Doc/library/index.rst +++ b/Doc/library/index.rst @@ -56,7 +56,6 @@ the `Python Package Index `_. crypto.rst allos.rst concurrency.rst - contextvars.rst ipc.rst netdata.rst markup.rst