Staging
v0.5.1
https://github.com/python/cpython
Revision 0e823c6efa4729f3cd19f96af82c673b10cd3ee2 authored by Miss Islington (bot) on 30 May 2018, 23:22:13 UTC, committed by GitHub on 30 May 2018, 23:22:13 UTC
(cherry picked from commit 02e2a085dc1740b1cbf4ba2ed77335c84ce8a367)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
1 parent 5191892
Raw File
Tip revision: 0e823c6efa4729f3cd19f96af82c673b10cd3ee2 authored by Miss Islington (bot) on 30 May 2018, 23:22:13 UTC
bpo-31368: Enhance os.preadv() documentation (GH-7254)
Tip revision: 0e823c6
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