]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45124: Remove the bdist_msi command (GH-28195)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Tue, 7 Sep 2021 10:34:27 +0000 (13:34 +0300)
committerGitHub <noreply@github.com>
Tue, 7 Sep 2021 10:34:27 +0000 (12:34 +0200)
commiteb254b43d2916ef8c0e9ca815fe047411d848aae
tree0b6701104ee3a7371daba5081b4d5c282c3bfbd6
parent533e725821b15e2df2cd4479a34597c1d8faf616
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.
Doc/distutils/apiref.rst
Doc/distutils/builtdist.rst
Doc/library/msilib.rst
Doc/whatsnew/3.11.rst
Lib/distutils/command/bdist.py
Lib/distutils/command/bdist_msi.py [deleted file]
Lib/distutils/tests/test_bdist.py
Lib/distutils/tests/test_bdist_msi.py [deleted file]
Lib/test/test_sundry.py
Misc/NEWS.d/next/Library/2021-09-07-09-13-27.bpo-45124.Kw5AUs.rst [new file with mode: 0644]
PCbuild/lib.pyproj