summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/apiref.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-09-07 10:34:27 (GMT)
committerGitHub <noreply@github.com>2021-09-07 10:34:27 (GMT)
commiteb254b43d2916ef8c0e9ca815fe047411d848aae (patch)
tree0b6701104ee3a7371daba5081b4d5c282c3bfbd6 /Doc/distutils/apiref.rst
parent533e725821b15e2df2cd4479a34597c1d8faf616 (diff)
downloadcpython-eb254b43d2916ef8c0e9ca815fe047411d848aae.zip
cpython-eb254b43d2916ef8c0e9ca815fe047411d848aae.tar.gz
cpython-eb254b43d2916ef8c0e9ca815fe047411d848aae.tar.bz2
bpo-45124: Remove the bdist_msi command (GH-28195)
The bdist_msi command, deprecated in Python 3.9, is now removed. Use bdist_wheel (wheel packages) instead.
Diffstat (limited to 'Doc/distutils/apiref.rst')
-rw-r--r--Doc/distutils/apiref.rst16
1 files changed, 0 insertions, 16 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index e4437f4..b65492f 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -1852,22 +1852,6 @@ Subclasses of :class:`Command` must define the following methods.
.. % todo
-:mod:`distutils.command.bdist_msi` --- Build a Microsoft Installer binary package
-=================================================================================
-
-.. module:: distutils.command.bdist_msi
- :synopsis: Build a binary distribution as a Windows MSI file
-
-.. class:: bdist_msi
-
-.. deprecated:: 3.9
- Use bdist_wheel (wheel packages) instead.
-
- Builds a `Windows Installer`_ (.msi) binary package.
-
- .. _Windows Installer: https://msdn.microsoft.com/en-us/library/cc185688(VS.85).aspx
-
-
:mod:`distutils.command.bdist_rpm` --- Build a binary distribution as a Redhat RPM and SRPM
===========================================================================================