Staging
v0.8.1
https://github.com/python/cpython
Revision e4fe303b8cca525e97d44e80c7e53bdab9dd9187 authored by Yurii Karabas on 28 November 2020, 08:21:17 UTC, committed by GitHub on 28 November 2020, 08:21:17 UTC
1 parent f919531
Raw File
Tip revision: e4fe303b8cca525e97d44e80c7e53bdab9dd9187 authored by Yurii Karabas on 28 November 2020, 08:21:17 UTC
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (GH-23521)
Tip revision: e4fe303
contents.rst
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 Python Documentation contents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

.. toctree::

   whatsnew/index.rst
   tutorial/index.rst
   using/index.rst
   reference/index.rst
   library/index.rst
   extending/index.rst
   c-api/index.rst
   distributing/index.rst
   installing/index.rst
   howto/index.rst
   faq/index.rst
   glossary.rst

   about.rst
   bugs.rst
   copyright.rst
   license.rst

.. to include legacy packaging docs in build

.. toctree::
   :hidden:

   distutils/index.rst
   install/index.rst
back to top