diff options
author | Yury Selivanov <yury@magic.io> | 2018-02-16 16:47:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-16 16:47:54 (GMT) |
commit | bd093355a6aaf2f4ca3ed153e195da57870a55eb (patch) | |
tree | 0d0702bf1210d6d199603a06cbf872efbfe46aeb /Doc/library/index.rst | |
parent | b65cb163d6e125606070c54dc757f421fe419b59 (diff) | |
download | cpython-bd093355a6aaf2f4ca3ed153e195da57870a55eb.zip cpython-bd093355a6aaf2f4ca3ed153e195da57870a55eb.tar.gz cpython-bd093355a6aaf2f4ca3ed153e195da57870a55eb.tar.bz2 |
bpo-32436: Add docs for contextvars (#5685)
Diffstat (limited to 'Doc/library/index.rst')
-rw-r--r-- | Doc/library/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ the `Python Package Index <https://pypi.python.org/pypi>`_. crypto.rst allos.rst concurrency.rst + contextvars.rst ipc.rst netdata.rst markup.rst |