Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jan 1, 2021

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

https://bugs.python.org/issue42802

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
@vstinner
Copy link
Member Author

vstinner commented Jan 1, 2021

cc @zooba @pganssle @pradyunsg: Good the CI passed!

@vstinner vstinner merged commit 0e2a0f7 into python:master Jan 8, 2021
@vstinner vstinner deleted the remove_bdist_wininst branch January 8, 2021 23:35
@vstinner
Copy link
Member Author

vstinner commented Jan 8, 2021

Bye bye bdist_wininst.

@pradyunsg
Copy link
Member

@jaraco @pganssle FYI, in case you missed the discussion on discuss.python.org.

adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants