[issue39586] Deprecate bdist_msi: use bdist_wheel instead

STINNER Victor report at bugs.python.org
Mon Feb 10 08:30:02 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

Steve Dower who knows well Windows installer discourage users to use MSI:
https://discuss.python.org/t/remove-distutils-bdist-wininst-command/3115/14

Other pip developers want to get ride of everything but sdist and bdist_wheel formats:
https://discuss.python.org/t/remove-distutils-bdist-wininst-command/3115/14

So let's deprecated bdist_msi. If someone comes with a use case which justify to keep the feature, it would be trivial to revert the deprecation.

Thanks Hugo van Kemenade ;-)

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39586>
_______________________________________


More information about the Python-bugs-list mailing list