Issue31944
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.
Created on 2017-11-04 22:21 by steve.dower, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 4278 | merged | steve.dower, 2017-11-04 22:31 | |
| PR 4284 | merged | python-dev, 2017-11-04 23:29 | |
| Messages (3) | |||
|---|---|---|---|
| msg305570 - (view) | Author: Steve Dower (steve.dower) * ![]() |
Date: 2017-11-04 22:21 | |
The installed item entries on Windows (since some recent update, I believe) only display "Uninstall" and do not let you select "Modify". This is because we enabled the setting that used to display "Uninstall/Modify" as a single button. Clicking the Uninstall button (and confirming it) lets you modify or repair. We should just enable both buttons so it isn't so scary to repair/modify an install. |
|||
| msg305578 - (view) | Author: Steve Dower (steve.dower) * ![]() |
Date: 2017-11-04 23:28 | |
New changeset 0d2a9088d16826343344b04461c8be44b4008710 by Steve Dower in branch 'master': bpo-31944: Fixes build and Modify button (#4278) https://github.com/python/cpython/commit/0d2a9088d16826343344b04461c8be44b4008710 |
|||
| msg305580 - (view) | Author: Steve Dower (steve.dower) * ![]() |
Date: 2017-11-05 00:07 | |
New changeset 40708cc7d2361518a2784afedf495eafcc099de5 by Steve Dower (Miss Islington (bot)) in branch '3.6': bpo-31944: Fixes build and Modify button (GH-4278) (#4284) https://github.com/python/cpython/commit/40708cc7d2361518a2784afedf495eafcc099de5 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:54 | admin | set | github: 76125 |
| 2017-11-05 00:25:32 | steve.dower | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2017-11-05 00:07:34 | steve.dower | set | messages: + msg305580 |
| 2017-11-04 23:29:55 | python-dev | set | pull_requests: + pull_request4246 |
| 2017-11-04 23:28:49 | steve.dower | set | messages: + msg305578 |
| 2017-11-04 22:31:02 | steve.dower | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request4240 |
| 2017-11-04 22:21:07 | steve.dower | create | |
