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: Update "Python Package Index" in Docs
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: StevenHsuYL, docs@python, miss-islington, pablogsal, terry.reedy
Priority: normal Keywords: patch

Created on 2021-10-01 13:43 by StevenHsuYL, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 28687 merged terry.reedy, 2021-10-02 02:02
PR 28688 merged miss-islington, 2021-10-02 06:05
PR 28689 merged miss-islington, 2021-10-02 06:05
Messages (7)
msg403014 - (view) Author: Steven Hsu (StevenHsuYL) * Date: 2021-10-01 13:43
The full name of PyPI is "Python Package Index" at https://pypi.org/ , but it is still "Python Packaging Index" in Docs (https://github.com/python/cpython/blob/main/Doc/distributing/index.rst).

Therefore, an update of the term in the Docs is suggested.

The objective of the update was related to the translation work. ("Package "and "Packaging" have different translations in zh-tw language).

Thanks for review.
msg403042 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2021-10-02 02:00
The Python Packaging User Guide, Python Packaging Authority, and packaging.python.org are correct and stay as is.  I verified the name at pypi.org.  I found 7 occurrences of "Python Packaging Index" in /Doc.

F:\dev\3x\Doc\distributing\index.rst: 34: * the `Python Packaging Index <https://pypi.org>`__ is a public
F:\dev\3x\Doc\distributing\index.rst: 130: * `Uploading the project to the Python Packaging Index`_
F:\dev\3x\Doc\distributing\index.rst: 137: .. _Uploading the project to the Python Packaging Index: \
F:\dev\3x\Doc\distributing\index.rst: 153: * check the Python Packaging Index to see if the name is already in use
F:\dev\3x\Doc\installing\index.rst: 47: * The `Python Packaging Index <https://pypi.org>`__ is a public
F:\dev\3x\Doc\installing\index.rst: 81: dependencies from the Python Packaging Index::
F:\dev\3x\Doc\installing\index.rst: 229: Python Packaging Index, this problem is expected to diminish over time,

Working on PR.
msg403044 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2021-10-02 06:05
New changeset 0be338199fd663f020d833a4db185d0c5a0e0078 by Terry Jan Reedy in branch 'main':
bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (#28687)
https://github.com/python/cpython/commit/0be338199fd663f020d833a4db185d0c5a0e0078
msg403045 - (view) Author: miss-islington (miss-islington) Date: 2021-10-02 06:27
New changeset e040adc806aba32c53f4c3d35899d0e5691cab95 by Miss Islington (bot) in branch '3.10':
bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-28687)
https://github.com/python/cpython/commit/e040adc806aba32c53f4c3d35899d0e5691cab95
msg403048 - (view) Author: Steven Hsu (StevenHsuYL) * Date: 2021-10-02 09:22
Thanks for the efficient help!
msg403055 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2021-10-02 14:15
New changeset d211e87307bb2a0b80e0a489501e892e61d879fc by Miss Islington (bot) in branch '3.9':
bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-28687) (GH-28689)
https://github.com/python/cpython/commit/d211e87307bb2a0b80e0a489501e892e61d879fc
msg403156 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2021-10-04 19:18
New changeset 18bf0c10ec7b98e6e1514dc08e5bb7228840316e by Pablo Galindo (Miss Islington (bot)) in branch '3.10':
bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-28687)
https://github.com/python/cpython/commit/18bf0c10ec7b98e6e1514dc08e5bb7228840316e
History
Date User Action Args
2022-04-11 14:59:50adminsetgithub: 89504
2021-10-04 19:18:42pablogsalsetnosy: + pablogsal
messages: + msg403156
2021-10-02 14:16:51terry.reedysetresolution: fixed
2021-10-02 14:15:53terry.reedysetmessages: + msg403055
2021-10-02 09:22:35StevenHsuYLsetstatus: open -> closed

messages: + msg403048
stage: patch review -> resolved
2021-10-02 06:27:31miss-islingtonsetmessages: + msg403045
2021-10-02 06:05:22miss-islingtonsetpull_requests: + pull_request27053
2021-10-02 06:05:19miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request27052
2021-10-02 06:05:00terry.reedysetmessages: + msg403044
2021-10-02 02:02:37terry.reedysetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request27051
2021-10-02 02:00:00terry.reedysetnosy: + terry.reedy
messages: + msg403042

type: enhancement -> behavior
stage: needs patch
2021-10-01 14:22:31StevenHsuYLsettype: enhancement
2021-10-01 13:43:03StevenHsuYLcreate