summaryrefslogtreecommitdiffstats
path: root/PC/layout/support/options.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-01-08 23:35:01 (GMT)
committerGitHub <noreply@github.com>2021-01-08 23:35:01 (GMT)
commit0e2a0f72cc9af0899eacb5604e44a563c0b06110 (patch)
tree73587df57200aa0b1c7d4c4ce476a07dbea8d6e6 /PC/layout/support/options.py
parent68e1f259bee7723d63488854b69a4bef2b7e5db2 (diff)
downloadcpython-0e2a0f72cc9af0899eacb5604e44a563c0b06110.zip
cpython-0e2a0f72cc9af0899eacb5604e44a563c0b06110.tar.gz
cpython-0e2a0f72cc9af0899eacb5604e44a563c0b06110.tar.bz2
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
The distutils bdist_wininst command deprecated in Python 3.8 has been removed. The distutils bidst_wheel command is now recommended to distribute binary packages on Windows. * Remove Lib/distutils/command/bdist_wininst.py * Remove PC/bdist_wininst/ project * Remove Lib/distutils/command/wininst-*.exe programs * Remove all references to bdist_wininst
Diffstat (limited to 'PC/layout/support/options.py')
-rw-r--r--PC/layout/support/options.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/layout/support/options.py b/PC/layout/support/options.py
index 5e1543b..9faf20c 100644
--- a/PC/layout/support/options.py
+++ b/PC/layout/support/options.py
@@ -26,7 +26,6 @@ OPTIONS = {
"venv": {"help": "venv"},
"dev": {"help": "headers and libs"},
"symbols": {"help": "symbols"},
- "bdist-wininst": {"help": "bdist_wininst support"},
"underpth": {"help": "a python._pth file", "not-in-all": True},
"launchers": {"help": "specific launchers"},
"appxmanifest": {"help": "an appxmanifest"},
@@ -81,7 +80,6 @@ PRESETS = {
"venv",
"dev",
"symbols",
- "bdist-wininst",
"chm",
],
},