From: Berker Peksag Date: Tue, 27 Dec 2016 12:16:25 +0000 (+0300) Subject: Issue #29069: Update the default URL of PyPI server X-Git-Tag: v3.5.3rc1~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1fee5151f72e4e141eb37e7ab0da901d1b610f45;p=thirdparty%2FPython%2Fcpython.git Issue #29069: Update the default URL of PyPI server Patch by paka. --- diff --git a/Doc/distutils/packageindex.rst b/Doc/distutils/packageindex.rst index 28ad1289ee45..44556e3df9c5 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.