cpython/Doc/distutils
Victor Stinner 0e2a0f72cc
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
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
2021-01-09 00:35:01 +01:00
..
_setuptools_disclaimer.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
apiref.rst bpo-42802: Remove distutils bdist_wininst command (GH-24043) 2021-01-09 00:35:01 +01:00
builtdist.rst bpo-42802: Remove distutils bdist_wininst command (GH-24043) 2021-01-09 00:35:01 +01:00
commandref.rst bpo-42802: Remove distutils bdist_wininst command (GH-24043) 2021-01-09 00:35:01 +01:00
configfile.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
examples.rst bpo-38914 Do not require email field in setup.py. (GH-17388) 2019-12-23 06:53:18 -08:00
extending.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
index.rst bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462) 2019-05-24 00:06:39 +10:00
introduction.rst bpo-42802: Remove distutils bdist_wininst command (GH-24043) 2021-01-09 00:35:01 +01:00
packageindex.rst bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462) 2019-05-24 00:06:39 +10:00
setupscript.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
sourcedist.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
uploading.rst bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462) 2019-05-24 00:06:39 +10:00