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
V
Victor Stinner committed
0e2a0f72cc9af0899eacb5604e44a563c0b06110
Parent: 68e1f25
Committed by GitHub <noreply@github.com>
on 1/8/2021, 11:35:01 PM