-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
distutils: Remove bdist_wininst command #86968
Comments
Attached PR removes it. The bdist_wininst command was deprecated in Python 3.8: commit 1da4462
"What’s New In Python 3.9: Build Changes" also announced:
https://docs.python.org/dev/whatsnew/3.9.html#build-changes See bpo-37481 and: |
There are 19 issues (+ this one) on bdist_wininst. Once distutils bdist_wininst command will be removed, I propose to all these issues. Search for open issues with "bdist_wininst" in the title. Only bpo-41771 was active recently (3 months ago). The 18 other issues are inactive for between 18 months and 121 months (10 years!). |
FYI last year, I fixed setuptools v45.2 (released in February 2020) when bdist_wininst is missing: |
Note: bdist_msi is deprecated since Python 3.9 (bpo-39586). I prefer to wait for Python 3.11 to remove it: commit 29b3fc0
|
I created a https://discuss.python.org/t/remove-bdist-wininst-command/6434 topic to check if anyone wants to keep the command, or if it's ok to remove it right now. |
I closed the 19 open issues which contained "wininst" in their title as "wont fix" with the message: "The distutils bdist_wininst command has been removed in Python 3.10: see bpo-42802." You can simply search for closed issue which contains "wininst" in their title if you want to list them. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: