commit | af6eaae306dce5095a350348432cc8595efc0211 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Feb 16 09:03:18 2018 -0800 |
committer | GitHub <noreply@github.com> | Fri Feb 16 09:03:18 2018 -0800 |
tree | 2c8d42e9e045c700619bc72e3eaf72c2262dfeb6 | |
parent | f26b0190c21b7519349605c05ac2a76091f71f7f [diff] [blame] |
bpo-32436: Add docs for contextvars (GH-5685) (cherry picked from commit bd093355a6aaf2f4ca3ed153e195da57870a55eb) Co-authored-by: Yury Selivanov <yury@magic.io>
diff --git a/Doc/library/index.rst b/Doc/library/index.rst index a925e10..da6a460 100644 --- a/Doc/library/index.rst +++ b/Doc/library/index.rst
@@ -55,6 +55,7 @@ crypto.rst allos.rst concurrency.rst + contextvars.rst ipc.rst netdata.rst markup.rst