This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Distutils should use warehouse for index
Type: Stage:
Components: Distutils Versions: Python 3.6, Python 3.3, Python 3.4, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: dstufft, eric.araujo, jaraco
Priority: normal Keywords:

Created on 2016-08-31 13:27 by jaraco, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (4)
msg274017 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2016-08-31 13:27
As pypi.python.org is quickly becoming deprecated and pypi.org is the new best recommendation for packages, I recommend that for Python 3.6, the default index should be pypi.org.
msg274018 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2016-08-31 13:33
Oh, I see this was done in 539b4e7a655 (Python 2.7) and 54bfff5503d3 (Python 3.3+).
msg274019 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2016-08-31 13:34
539b4e7a655e
msg274020 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2016-08-31 13:46
I'm afraid this (slightly) backward-incompatible change may come as something of a surprise. The release notes should probably indicate the user actions that this change may require:

- upload_docs (setuptools) will no longer work unless the old repository (https://pypi.python.org) is indicated in setup.cfg or .pypirc or on the command line.
- Any passwords saved based on the repository will need to be updated (such as in the keyring).
History
Date User Action Args
2022-04-11 14:58:35adminsetgithub: 72099
2016-08-31 13:46:26jaracosetmessages: + msg274020
2016-08-31 13:34:33jaracosetmessages: + msg274019
2016-08-31 13:33:49jaracosetstatus: open -> closed
resolution: fixed
messages: + msg274018

versions: + Python 2.7, Python 3.3, Python 3.4, Python 3.5
2016-08-31 13:27:34jaracocreate