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: Remove deprecated bdist_msi command
Type: Stage: resolved
Components: Distutils Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: dstufft, eric.araujo, hugovk, vstinner
Priority: normal Keywords: patch

Created on 2021-09-07 09:08 by hugovk, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 28195 merged hugovk, 2021-09-07 09:11
Messages (3)
msg401216 - (view) Author: Hugo van Kemenade (hugovk) * (Python triager) Date: 2021-09-07 09:08
The bdist_msi command was deprecated in Python 3.9 by bpo-39586 (commit 2d65fc940b897958e6e4470578be1c5df78e319a).

It can be removed in Python 3.11.

PR to follow.
msg401226 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2021-09-07 10:34
New changeset eb254b43d2916ef8c0e9ca815fe047411d848aae by Hugo van Kemenade in branch 'main':
bpo-45124: Remove the bdist_msi command (GH-28195)
https://github.com/python/cpython/commit/eb254b43d2916ef8c0e9ca815fe047411d848aae
msg401227 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2021-09-07 10:34
Thanks, I merged your PR.
History
Date User Action Args
2022-04-11 14:59:49adminsetgithub: 89287
2021-09-07 10:34:49vstinnersetstatus: open -> closed
resolution: fixed
messages: + msg401227

stage: patch review -> resolved
2021-09-07 10:34:30vstinnersetnosy: + vstinner
messages: + msg401226
2021-09-07 09:11:37hugovksetkeywords: + patch
stage: patch review
pull_requests: + pull_request26619
2021-09-07 09:08:39hugovkcreate