Staging
v0.5.1
https://github.com/python/cpython
Revision 410860662f53945cddf5886801c5a88a84801fec authored by Victor Stinner on 20 June 2017, 14:09:06 UTC, committed by GitHub on 20 June 2017, 14:09:06 UTC
splithost() expects an URL starting with "//" not with "http://".
1 parent 4899d84
Raw File
Tip revision: 410860662f53945cddf5886801c5a88a84801fec authored by Victor Stinner on 20 June 2017, 14:09:06 UTC
bpo-30500: Fix the NEWS entry (#2295)
Tip revision: 4108606
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