[issue42802] distutils: Remove bdist_wininst command

2021-01-11 Thread STINNER Victor
STINNER Victor added the comment: I closed the 19 open issues which contained "wininst" in their title as "wont fix" with the message: "The distutils bdist_wininst command has been removed in Python 3.10: see bpo-42802." You can simply search for closed issue which contains "wininst" in the

[issue42802] distutils: Remove bdist_wininst command

2021-01-08 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue42802] distutils: Remove bdist_wininst command

2021-01-08 Thread STINNER Victor
STINNER Victor added the comment: New changeset 0e2a0f72cc9af0899eacb5604e44a563c0b06110 by Victor Stinner in branch 'master': bpo-42802: Remove distutils bdist_wininst command (GH-24043) https://github.com/python/cpython/commit/0e2a0f72cc9af0899eacb5604e44a563c0b06110 -- _

[issue42802] distutils: Remove bdist_wininst command

2021-01-01 Thread Jeremy Kloth
Change by Jeremy Kloth : -- nosy: +jkloth ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue42802] distutils: Remove bdist_wininst command

2021-01-01 Thread STINNER Victor
STINNER Victor added the comment: I created a https://discuss.python.org/t/remove-bdist-wininst-command/6434 topic to check if anyone wants to keep the command, or if it's ok to remove it right now. -- ___ Python tracker

[issue42802] distutils: Remove bdist_wininst command

2021-01-01 Thread STINNER Victor
STINNER Victor added the comment: Note: bdist_msi is deprecated since Python 3.9 (bpo-39586). I prefer to wait for Python 3.11 to remove it: commit 29b3fc0a18f105de666fdd586b537f34e349766d Author: Hugo van Kemenade Date: Mon Feb 10 15:26:40 2020 +0200 bpo-39586: Deprecate distutils bd

[issue42802] distutils: Remove bdist_wininst command

2021-01-01 Thread STINNER Victor
STINNER Victor added the comment: FYI last year, I fixed setuptools v45.2 (released in February 2020) when bdist_wininst is missing: https://github.com/pypa/setuptools/commit/5d17586a56077dfa3109a5861cf0ff579095a42e -- ___ Python tracker

[issue42802] distutils: Remove bdist_wininst command

2021-01-01 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +22884 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24043 ___ Python tracker ___ _

[issue42802] distutils: Remove bdist_wininst command

2021-01-01 Thread STINNER Victor
STINNER Victor added the comment: There are 19 issues (+ this one) on bdist_wininst. Once distutils bdist_wininst command will be removed, I propose to all these issues. Search for open issues with "bdist_wininst" in the title. Only bpo-41771 was active recently (3 months ago). The 18 other

[issue42802] distutils: Remove bdist_wininst command

2021-01-01 Thread STINNER Victor
New submission from STINNER Victor : Attached PR removes it. The bdist_wininst command was deprecated in Python 3.8: commit 1da4462765b084dfa8d869b6cb5855e8f6014a11 Author: Victor Stinner Date: Fri Jul 5 10:44:12 2019 +0200 bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)