]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #29069: Update the default URL of PyPI server
authorBerker Peksag <berker.peksag@gmail.com>
Tue, 27 Dec 2016 12:16:25 +0000 (15:16 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 27 Dec 2016 12:16:25 +0000 (15:16 +0300)
Patch by paka.

Doc/distutils/packageindex.rst

index 28ad1289ee45906df80e1154165cc12386dfe9ca..44556e3df9c5b1b3ed7c083e71aecf8c049b0542 100644 (file)
@@ -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.