[issue29069] Default PyPI URL in docs is not what is really in code
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 <report@bugs.python.org> <http://bugs.python.org/issue29069> _______________________________________
Roundup Robot added the comment: New changeset c4cd7e00a640 by Berker Peksag in branch '3.5': Issue #29069: Update the default URL of PyPI server https://hg.python.org/cpython/rev/c4cd7e00a640 New changeset b1ccf713e8f8 by Berker Peksag in branch '3.6': Issue #29069: Merge from 3.5 https://hg.python.org/cpython/rev/b1ccf713e8f8 New changeset b712e4818ff8 by Berker Peksag in branch 'default': Issue #29069: Merge from 3.6 https://hg.python.org/cpython/rev/b712e4818ff8 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29069> _______________________________________
Berker Peksag added the comment: Thanks! ---------- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior versions: +Python 3.5, Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29069> _______________________________________
participants (3)
-
Berker Peksag -
paka -
Roundup Robot