New submission from paka:

Currently 
https://docs.python.org/3.7/distutils/packageindex.html#the-pypirc-file says 
that URL of the PyPI server defaults to https://www.python.org/pypi. That URL 
does not work.

Lib/distutils/config.py defines DEFAULT_REPOSITORY as 
https://upload.pypi.org/legacy/, so I'm attaching a patch for docs to update to 
current default.

I might be wrong about value that must be in docs, so guidance is appreciated :)

----------
assignee: docs@python
components: Distutils, Documentation
files: fix-pypi-url.patch
keywords: patch
messages: 283997
nosy: docs@python, dstufft, eric.araujo, paka
priority: normal
severity: normal
status: open
title: Default PyPI URL in docs is not what is really in code
versions: Python 3.7
Added file: http://bugs.python.org/file46034/fix-pypi-url.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29069>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to