summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-12-27 12:16:55 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-12-27 12:16:55 (GMT)
commit5d1111e87ecf28c6b962f869f05b5f7bcde2028b (patch)
tree742b4fa44f5e7067a8f5e8783361ee92b18747e5
parentfe607beef73b4bfc60f4ce2e4e668c1cf2b99d5a (diff)
parent1fee5151f72e4e141eb37e7ab0da901d1b610f45 (diff)
downloadcpython-5d1111e87ecf28c6b962f869f05b5f7bcde2028b.zip
cpython-5d1111e87ecf28c6b962f869f05b5f7bcde2028b.tar.gz
cpython-5d1111e87ecf28c6b962f869f05b5f7bcde2028b.tar.bz2
Issue #29069: Merge from 3.5
-rw-r--r--Doc/distutils/packageindex.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/packageindex.rst b/Doc/distutils/packageindex.rst
index 28ad128..44556e3 100644
--- a/Doc/distutils/packageindex.rst
+++ b/Doc/distutils/packageindex.rst
@@ -173,7 +173,7 @@ name of all sections describing a repository.
Each section describing a repository defines three variables:
- *repository*, that defines the url of the PyPI server. Defaults to
- ``https://www.python.org/pypi``.
+ ``https://upload.pypi.org/legacy/``.
- *username*, which is the registered username on the PyPI server.
- *password*, that will be used to authenticate. If omitted the user
will be prompt to type it when needed.