Staging
v0.5.1
https://github.com/python/cpython
Revision efa642779739b5af028b0f6ebb9033395e124273 authored by Miss Islington (bot) on 17 May 2018, 20:09:57 UTC, committed by GitHub on 17 May 2018, 20:09:57 UTC
(cherry picked from commit fb9dd8915314d857161de89fcbbb041f2b49fc22)

Co-authored-by: Miro HronĨok <miro@hroncok.cz>
1 parent df4852c
Raw File
Tip revision: efa642779739b5af028b0f6ebb9033395e124273 authored by Miss Islington (bot) on 17 May 2018, 20:09:57 UTC
bpo-33559: Attribute changed repr of exceptions (GH-6954)
Tip revision: efa6427
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