summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-03-06 16:42:20 (GMT)
committerGitHub <noreply@github.com>2021-03-06 16:42:20 (GMT)
commit0ecfe5fca44ee4b3a4a8763e8e972b13850dd135 (patch)
treee2ec463666432e324edc369dfd59bbb8c0c70dfc
parent4715be8a4384159e47fb09e5f3bd077734842655 (diff)
downloadcpython-0ecfe5fca44ee4b3a4a8763e8e972b13850dd135.zip
cpython-0ecfe5fca44ee4b3a4a8763e8e972b13850dd135.tar.gz
cpython-0ecfe5fca44ee4b3a4a8763e8e972b13850dd135.tar.bz2
Put contextvars docs into the concurrency category (GH-24760)
(cherry picked from commit 5eb7796b7f3aae91b145ccea51b528662f3b5ce1) Co-authored-by: Brett Cannon <brett@python.org>
-rw-r--r--Doc/library/concurrency.rst1
-rw-r--r--Doc/library/index.rst1
2 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/concurrency.rst b/Doc/library/concurrency.rst
index 39cd9ff..9813e93 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 bebf7429..2cddb41 100644
--- a/Doc/library/index.rst
+++ b/Doc/library/index.rst
@@ -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