cpython/Doc/distutils
Miro Hrončok 72cd653c4e bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)
bdist_wininst depends on MBCS codec, unavailable on non-Windows,
and bdist_wininst have not worked since at least Python 3.2, possibly
never on Python 3.

Here we document that bdist_wininst is only supported on Windows,
and we mark it unsupported otherwise to skip tests.

Distributors of Python 3 can now safely drop the bdist_wininst .exe files
without the need to skip bdist_wininst related tests.
2019-07-01 14:12:40 +02:00
..
_setuptools_disclaimer.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
apiref.rst bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549) 2019-05-24 17:33:47 +02:00
builtdist.rst bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506) 2019-07-01 14:12:40 +02:00
commandref.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
configfile.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10:00
examples.rst bpo-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10: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-36797: Prune more legacy distutils documentation (GH-13092) 2019-05-14 22:04:30 +10: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