Issue 31948: [EASY] Broken MSDN links in msilib docs (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/76129
classification
Title: | [EASY] Broken MSDN links in msilib docs | ||
---|---|---|---|
Type: | behavior | Stage: | resolved |
Components: | Documentation | Versions: | Python 3.7, Python 3.6 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | docs@python | Nosy List: | Akash Jain, Mariatta, berker.peksag, docs@python |
Priority: | normal | Keywords: | easy, patch |
Created on 2017-11-05 11:49 by berker.peksag, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 4397 | merged | python-dev,2017-11-14 22:35 | |
PR 4398 | merged | jbakker,2017-11-14 23:30 |
Messages (5) | ||
---|---|---|
msg305593 - (view) | Author: Berker Peksag (berker.peksag) * ![]() |
Date: 2017-11-05 11:49 |
Most of the MSDN links in Doc/library/msilib.rst are broken: https://docs.python.org/3/library/msilib.html For example, the UuidToString link goes to https://msdn.microsoft.com/library?url=/library/en-us/rpc/rpc/uuidtostring.asp But I believe the correct link should be https://msdn.microsoft.com/en-us/library/windows/desktop/aa379352(v=vs.85).aspx | ||
msg306144 - (view) | Author: Akash Jain (Akash Jain) | Date: 2017-11-13 07:01 |
Hi, I am new to contributing in Python, Can I work on this issue? | ||
msg306241 - (view) | Author: Mariatta (Mariatta) * ![]() |
Date: 2017-11-14 23:06 |
New changeset 3bda02222aa3783bf85fc3ff8bc042aefd9c4fd3 by Mariatta (Jesse-Bakker) in branch 'master': bpo-31948: Fix broken links in msilib docs (GH-4397) https://github.com/python/cpython/commit/3bda02222aa3783bf85fc3ff8bc042aefd9c4fd3 | ||
msg306242 - (view) | Author: Mariatta (Mariatta) * ![]() |
Date: 2017-11-14 23:09 |
This couldn't be backported by miss-islington, so someone needs to do it manually. | ||
msg306243 - (view) | Author: Mariatta (Mariatta) * ![]() |
Date: 2017-11-15 00:23 |
New changeset 42336def77f53861284336b3335098a1b9b8cab2 by Mariatta (Jesse-Bakker) in branch '3.6': bpo-31948: Fix broken links in msilib docs (GH-4397). (GH-4398) https://github.com/python/cpython/commit/42336def77f53861284336b3335098a1b9b8cab2 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:54 | admin | set | github: 76129 |
2017-11-15 00:27:17 | Mariatta | set | status: open -> closedresolution: fixedstage: patch review -> resolved |
2017-11-15 00:23:41 | Mariatta | set | messages: + |
2017-11-14 23:30:01 | jbakker | set | stage: backport needed -> patch reviewpull_requests: + <pull%5Frequest4346> |
2017-11-14 23:09:46 | Mariatta | set | messages: + stage: patch review -> backport needed |
2017-11-14 23:06:21 | Mariatta | set | nosy: + Mariattamessages: + |
2017-11-14 22:35:35 | python-dev | set | keywords: + patchstage: needs patch -> patch reviewpull_requests: + <pull%5Frequest4345> |
2017-11-13 07:01:13 | Akash Jain | set | nosy: + Akash Jainmessages: + |
2017-11-06 16:30:38 | vstinner | set | title: Broken MSDN links in msilib docs -> [EASY] Broken MSDN links in msilib docs |
2017-11-05 11:49:27 | berker.peksag | create |