[issue33071] Document that PyPI no longer requires 'register'
New submission from Paul Ganssle <p.ganssle@gmail.com>: I've been asked to post this by @brainwave (who is having some trouble getting an account on bpo due to technical difficulties). Per twine's github issue 311 ( https://github.com/pypa/twine/issues/311 ), it seems that distutil's docs Update setuptools and distutils docs, e.g., https://docs.python.org/3.6/distutils/packageindex.html#the-upload-command should be clarified to indicate that PyPI does not require register anymore, although other package indexes might. ---------- assignee: docs@python components: Distutils, Documentation messages: 313749 nosy: docs@python, dstufft, eric.araujo, p-ganssle priority: normal severity: normal status: open title: Document that PyPI no longer requires 'register' type: enhancement _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33071> _______________________________________
Change by Christian Heimes <lists@cheimes.de>: ---------- components: -Distutils keywords: +easy versions: +Python 2.7, Python 3.6, Python 3.7, Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33071> _______________________________________
Change by Sumana Harihareswara <sh@changeset.nyc>: ---------- nosy: +sumanah _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33071> _______________________________________
Kojo Idrissa <kojo.idrissa@gmail.com> added the comment: I'm working on this (@kojoidrissa) ---------- nosy: +kojoidrissa _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33071> _______________________________________
Change by Kojo Idrissa <kojo.idrissa@gmail.com>: ---------- keywords: +patch pull_requests: +13001 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33071> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +13145 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33071> _______________________________________
Nick Coghlan <ncoghlan@gmail.com> added the comment: New changeset 1b4abcf302ff2c8f4d4881294510d48ba5186b53 by Nick Coghlan (Kojo Idrissa) in branch 'master': bpo-33071: remove outdated PyPI docs (GH-13087) https://github.com/python/cpython/commit/1b4abcf302ff2c8f4d4881294510d48ba51... ---------- nosy: +ncoghlan _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33071> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 069a5b48334a795d3abe3a512dd41aad7a532a73 by Miss Islington (bot) in branch '3.7': bpo-33071: remove outdated PyPI docs (GH-13087) https://github.com/python/cpython/commit/069a5b48334a795d3abe3a512dd41aad7a5... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33071> _______________________________________
Nick Coghlan <ncoghlan@gmail.com> added the comment: This has been merged for 3.8 and 3.7, but not for 2.7, since the docs have diverged far enough that the automatic backport didn't work: https://github.com/python/cpython/pull/13087#issuecomment-494402704 Given the proximity to the general end of life of the Python 2.7 documentation anyway, I'm inclined to just close this based on the 3.x changes, and not worry about the 2.7 version of the docs. Thoughts? ---------- stage: patch review -> backport needed versions: -Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33071> _______________________________________
Éric Araujo <merwok@netwok.org> added the comment: My preference would be to have 2.7 doc accurate. Let’s wait a little bit to see if someone picks this up? ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33071> _______________________________________
Change by hai shi <shihai1991@126.com>: ---------- pull_requests: +13491 stage: backport needed -> patch review pull_request: https://github.com/python/cpython/pull/13584 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33071> _______________________________________
hai shi <shihai1991@126.com> added the comment: hi, everyone. I am a freshman,so let me do it from easy issues:) ---------- nosy: +shihai1991 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33071> _______________________________________
Éric Araujo <merwok@netwok.org> added the comment: I’m concerned that not only references to register command were deleted, but also useful general intro to PyPI. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33071> _______________________________________
hai shi <shihai1991@126.com> added the comment: I think you are right, so i remain meaningful intro. Anyone else has an thought? ---------- versions: -Python 3.7, Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33071> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 103b8d9f9179089019ddb363ec0098b63816001b by Miss Islington (bot) (Hai Shi) in branch '2.7': [2.7] bpo-33071: remove outdated PyPI docs (GH-13087) (GH-13584) https://github.com/python/cpython/commit/103b8d9f9179089019ddb363ec0098b6381... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33071> _______________________________________
Change by Cheryl Sabella <cheryl.sabella@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33071> _______________________________________
participants (9)
-
Cheryl Sabella
-
Christian Heimes
-
hai shi
-
Kojo Idrissa
-
miss-islington
-
Nick Coghlan
-
Paul Ganssle
-
Sumana Harihareswara
-
Éric Araujo