Staging
v0.5.1
https://github.com/python/cpython
Revision 8a62887dfb4bb2835048780ad673362f7ee3c7bf authored by Serhiy Storchaka on 06 December 2020, 16:54:33 UTC, committed by GitHub on 06 December 2020, 16:54:33 UTC
It was used to implement now removed asyncio.Task.all_tasks().
1 parent 6a7fb9d
Raw File
Tip revision: 8a62887dfb4bb2835048780ad673362f7ee3c7bf authored by Serhiy Storchaka on 06 December 2020, 16:54:33 UTC
bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664)
Tip revision: 8a62887
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