[New-bugs-announce] [issue29069] Default PyPI URL in docs is not what is really in code

paka report at bugs.python.org
Sun Dec 25 10:38:32 EST 2016


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 at python
components: Distutils, Documentation
files: fix-pypi-url.patch
keywords: patch
messages: 283997
nosy: docs at 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 <report at bugs.python.org>
<http://bugs.python.org/issue29069>
_______________________________________


More information about the New-bugs-announce mailing list