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: Python 3.7 docs in docs.p.o points to GitHub's master branch
Type: Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Mariatta Nosy List: Mariatta, lukasz.langa, miss-islington, ned.deily, pablogsal
Priority: normal Keywords: patch

Created on 2018-02-23 16:57 by Mariatta, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 5835 merged Mariatta, 2018-02-23 17:23
PR 14282 merged Mariatta, 2019-06-21 16:59
PR 25994 merged pablogsal, 2021-05-08 16:13
PR 25995 merged miss-islington, 2021-05-08 16:15
Messages (9)
msg312645 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2018-02-23 16:57
When viewing Python 3.7 docs in docs.python.org, the show source link is pointing to the master branch on GitHub. It should point to the 3.7 branch.

I'm working on a fix, however this is something to we should remember doing when we go to 3.9+. 

Adding Python 3.8 and 3.9's release manager :)
msg312655 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2018-02-23 18:02
New changeset 079d75d099f228a4261f63a94217571e05e8fa8e by Mariatta in branch '3.7':
bpo-32924: Fix the Show Source url in the docs. (GH-5835)
https://github.com/python/cpython/commit/079d75d099f228a4261f63a94217571e05e8fa8e
msg312656 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2018-02-23 18:03
The link has been fixed, it affects 3.7 branch only.
msg312742 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2018-02-24 19:00
It would be great if the URL in the template were constructed from the value of SOURCE_URI in Doc/tools/extensions/pyspecific.py.  I was unaware that there was this additional URL reference in the template.
msg346239 - (view) Author: miss-islington (miss-islington) Date: 2019-06-21 18:06
New changeset 52c4a4fb816d51a36c02b043d6fd5eeb875411d6 by Miss Islington (bot) (Mariatta) in branch '3.8':
[3.8] bpo-32924: Fix the Show Source url in 3.8 documentation. (GH-14282)
https://github.com/python/cpython/commit/52c4a4fb816d51a36c02b043d6fd5eeb875411d6
msg393268 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2021-05-08 16:15
New changeset 03acfc50ac0be8b49847b94dee93e21b1efa0e76 by Pablo Galindo in branch '3.10':
bpo-32924: Fix the Show Source url in the documentation (GH-25994)
https://github.com/python/cpython/commit/03acfc50ac0be8b49847b94dee93e21b1efa0e76
msg393278 - (view) Author: miss-islington (miss-islington) Date: 2021-05-08 18:44
New changeset 20fcd8363452506d51bf820c835bd11b6d00e0e7 by Miss Islington (bot) in branch '3.9':
bpo-32924: Fix the Show Source url in the documentation (GH-25994)
https://github.com/python/cpython/commit/20fcd8363452506d51bf820c835bd11b6d00e0e7
msg393279 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2021-05-08 18:47
I think the only reason this is still open is as a reminder to have a permanent process fix. Pablo, would it be possible to include this step in the new release-tools automation?  If so, we can open an issue there and close this one.
msg393280 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2021-05-08 19:04
I created an issue on the release repo.
History
Date User Action Args
2022-04-11 14:58:58adminsetgithub: 77105
2021-05-08 19:04:16pablogsalsetstatus: open -> closed
resolution: fixed
messages: + msg393280

stage: patch review -> resolved
2021-05-08 18:47:25ned.deilysetmessages: + msg393279
2021-05-08 18:44:07miss-islingtonsetmessages: + msg393278
2021-05-08 16:15:20miss-islingtonsetpull_requests: + pull_request24648
2021-05-08 16:15:04pablogsalsetmessages: + msg393268
2021-05-08 16:13:00pablogsalsetnosy: + pablogsal
pull_requests: + pull_request24647
2019-06-21 18:06:51miss-islingtonsetnosy: + miss-islington
messages: + msg346239
2019-06-21 16:59:50Mariattasetstage: needs patch -> patch review
pull_requests: + pull_request14115
2018-02-24 19:00:21ned.deilysetstatus: closed -> open

versions: + Python 3.8
nosy: + ned.deily

messages: + msg312742
resolution: fixed -> (no value)
stage: resolved -> needs patch
2018-02-23 18:03:26Mariattasetstatus: open -> closed
versions: - Python 3.8
messages: + msg312656

resolution: fixed
stage: patch review -> resolved
2018-02-23 18:02:32Mariattasetmessages: + msg312655
2018-02-23 17:23:43Mariattasetkeywords: + patch
stage: patch review
pull_requests: + pull_request5612
2018-02-23 16:57:38Mariattacreate