Staging
v0.8.1
https://github.com/python/cpython
Revision c349374ee6309a9e85d98c2c9c22b9ce0e48bdfc authored by Guido van Rossum on 29 November 2016, 17:46:26 UTC, committed by Guido van Rossum on 29 November 2016, 17:46:26 UTC
2 parent s 11dd604 + 61f0a02
Raw File
Tip revision: c349374ee6309a9e85d98c2c9c22b9ce0e48bdfc authored by Guido van Rossum on 29 November 2016, 17:46:26 UTC
Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.5->3.6)
Tip revision: c349374
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