https://github.com/python/cpython
Revision b93925047a025511c48a7bf3e6e6f0cfec79b8ed authored by Pablo Galindo on 07 November 2018, 22:21:17 UTC, committed by GitHub on 07 November 2018, 22:21:17 UTC
The constructor of subprocess.CalledProcessError in the check_output function had an extra None in it.
1 parent beed84c
Raw File
Tip revision: b93925047a025511c48a7bf3e6e6f0cfec79b8ed authored by Pablo Galindo on 07 November 2018, 22:21:17 UTC
Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400)
Tip revision: b939250
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