diff options
author | Brett Cannon <brett@python.org> | 2021-03-06 16:25:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-06 16:25:54 (GMT) |
commit | 5eb7796b7f3aae91b145ccea51b528662f3b5ce1 (patch) | |
tree | 3ad894fc56a13765534d4be67e4a023746df8dc9 | |
parent | ff5f05934db241dfafc604989b2de3487b09ca82 (diff) | |
download | cpython-5eb7796b7f3aae91b145ccea51b528662f3b5ce1.zip cpython-5eb7796b7f3aae91b145ccea51b528662f3b5ce1.tar.gz cpython-5eb7796b7f3aae91b145ccea51b528662f3b5ce1.tar.bz2 |
Put contextvars docs into the concurrency category (GH-24760)
-rw-r--r-- | Doc/library/concurrency.rst | 1 | ||||
-rw-r--r-- | Doc/library/index.rst | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/concurrency.rst b/Doc/library/concurrency.rst index b150990..5be1a11 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 42f994f..1a9e52e 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 |