Staging
v0.5.1
https://github.com/python/cpython
Revision 7b5a900e88a046b01eebafdc98ee23d531c101d3 authored by Victor Stinner on 29 January 2015, 01:14:30 UTC, committed by Victor Stinner on 29 January 2015, 01:14:30 UTC
close() closes pipes, which is not None yet by _kill_wait().
1 parent 702dada
Raw File
Tip revision: 7b5a900e88a046b01eebafdc98ee23d531c101d3 authored by Victor Stinner on 29 January 2015, 01:14:30 UTC
asyncio: BaseSubprocessTransport._kill_wait() now also call close()
Tip revision: 7b5a900
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