This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2020-02-03.13:19:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580735997.04.0.997914254478.issue39541@roundup.psfhosted.org>
In-reply-to
Content
The distutils bdist_wininst has been deprecated in Python 3.8 by bpo-37481 in favor of bdist_wheel.

See "Deprecate bdist_wininst" discussion:
https://discuss.python.org/t/deprecate-bdist-wininst/1929

I now propose to remove it from the Python code base to ease the Python maintenance.

One of the project project which used .exe Windows installer was Pillow, but this project doesn't publish .exe installers since Pillow 6.2.0 (October 2019):

* "No more deprecated bdist_wininst .exe installers #4029 [hugovk]"
* https://github.com/python-pillow/Pillow/pull/4029

Attached PR removes bdist_wininst: use bdist_whell instead.
History
Date User Action Args
2020-02-03 13:19:57vstinnersetrecipients: + vstinner
2020-02-03 13:19:57vstinnersetmessageid: <1580735997.04.0.997914254478.issue39541@roundup.psfhosted.org>
2020-02-03 13:19:57vstinnerlinkissue39541 messages
2020-02-03 13:19:56vstinnercreate