[issue37481] Deprecate bdist_wininst: use bdist_wheel instead

STINNER Victor report at bugs.python.org
Thu Jul 4 12:39:36 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

> So consider me +1 for deprecate in 3.8 (we can still do that, right? it's just docs and a warning on use) and remove in 3.9 or 3.10 as appropriate.

I modified my PR to deprecate the feature in Python 3.8. I'm not sure about scheduling the removal yet, since the Python 3.9 release schedule is under discussion:
 https://discuss.python.org/t/pep-596-python-3-9-release-schedule-doubling-the-release-cadence/1828

I would prefer to give at least 2 years to projects to update their setup.py (how they are distributed). Even if bdist_wininst has issues, it's not too painful to maintain a few more years. The removal can be decided later.

----------

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


More information about the Python-bugs-list mailing list