Staging
v0.5.1
https://github.com/python/cpython
Revision 507434fd504f3ebc1da72aa77544edc0d73f136e authored by INADA Naoki on 21 December 2017, 00:59:53 UTC, committed by GitHub on 21 December 2017, 00:59:53 UTC
1 parent 31e9908
Raw File
Tip revision: 507434fd504f3ebc1da72aa77544edc0d73f136e authored by INADA Naoki on 21 December 2017, 00:59:53 UTC
bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newline (GH-2343)
Tip revision: 507434f
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