Staging
v0.5.1
https://github.com/python/cpython
Revision baca85fcc7cdf70af4a76ea0966d4842c173de1a authored by xdegaye on 13 March 2018, 21:06:14 UTC, committed by Serhiy Storchaka on 13 March 2018, 21:06:14 UTC
(cherry picked from commit e32bbaf376a09c149fa7c7f2919d7c9ce4e2a055)
1 parent 3854f58
Raw File
Tip revision: baca85fcc7cdf70af4a76ea0966d4842c173de1a authored by xdegaye on 13 March 2018, 21:06:14 UTC
[2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6111)
Tip revision: baca85f
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