mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -250,6 +250,9 @@ Removed
|
|||
|
||||
(Contributed by Victor Stinner in :issue:`45085`.)
|
||||
|
||||
* The distutils ``bdist_msi`` command, deprecated in Python 3.9, is now removed.
|
||||
Use ``bdist_wheel`` (wheel packages) instead.
|
||||
(Contributed by Hugo van Kemenade in :issue:`45124`.)
|
||||
|
||||
Optimizations
|
||||
=============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue