Staging
v0.5.1
https://github.com/python/cpython
Revision 616734b6c80e222f16249e9a9ce52588a0b611a7 authored by Miss Islington (bot) on 25 July 2020, 23:40:48 UTC, committed by GitHub on 25 July 2020, 23:40:48 UTC
(cherry picked from commit f117cef25b5ffc4db9fbe373ddb65e14f59f0397)

Co-authored-by: Shankar Jha <shankarj67@gmail.com>
1 parent fdc91c2
Raw File
Tip revision: 616734b6c80e222f16249e9a9ce52588a0b611a7 authored by Miss Islington (bot) on 25 July 2020, 23:40:48 UTC
bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (GH-18851)
Tip revision: 616734b
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