[Python-checkins] Put contextvars docs into the concurrency category (GH-24760)

brettcannon webhook-mailer at python.org
Sat Mar 6 11:26:01 EST 2021


https://github.com/python/cpython/commit/5eb7796b7f3aae91b145ccea51b528662f3b5ce1
commit: 5eb7796b7f3aae91b145ccea51b528662f3b5ce1
branch: master
author: Brett Cannon <brett at python.org>
committer: brettcannon <brett at python.org>
date: 2021-03-06T08:25:54-08:00
summary:

Put contextvars docs into the concurrency category (GH-24760)

files:
M Doc/library/concurrency.rst
M Doc/library/index.rst

diff --git a/Doc/library/concurrency.rst b/Doc/library/concurrency.rst
index b150990b83b75..5be1a1106b09a 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 42f994f8b87d1..1a9e52ec5ccfb 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



More information about the Python-checkins mailing list