mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
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.
This commit is contained in:
parent
533e725821
commit
eb254b43d2
11 changed files with 18 additions and 822 deletions
|
@ -159,7 +159,6 @@
|
|||
<Compile Include="distutils\cmd.py" />
|
||||
<Compile Include="distutils\command\bdist.py" />
|
||||
<Compile Include="distutils\command\bdist_dumb.py" />
|
||||
<Compile Include="distutils\command\bdist_msi.py" />
|
||||
<Compile Include="distutils\command\bdist_rpm.py" />
|
||||
<Compile Include="distutils\command\build.py" />
|
||||
<Compile Include="distutils\command\build_clib.py" />
|
||||
|
@ -200,7 +199,6 @@
|
|||
<Compile Include="distutils\tests\test_archive_util.py" />
|
||||
<Compile Include="distutils\tests\test_bdist.py" />
|
||||
<Compile Include="distutils\tests\test_bdist_dumb.py" />
|
||||
<Compile Include="distutils\tests\test_bdist_msi.py" />
|
||||
<Compile Include="distutils\tests\test_bdist_rpm.py" />
|
||||
<Compile Include="distutils\tests\test_build.py" />
|
||||
<Compile Include="distutils\tests\test_build_clib.py" />
|
||||
|
@ -1181,7 +1179,6 @@
|
|||
<Compile Include="test\test_mmap.py" />
|
||||
<Compile Include="test\test_module.py" />
|
||||
<Compile Include="test\test_modulefinder.py" />
|
||||
<Compile Include="test\test_msilib.py" />
|
||||
<Compile Include="test\test_multibytecodec.py" />
|
||||
<Compile Include="test\test_multiprocessing_fork.py" />
|
||||
<Compile Include="test\test_multiprocessing_forkserver.py" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue