cpython/Doc/distutils
Miss Islington (bot) 45c10da409
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.
(cherry picked from commit 72cd653c4e)

Co-authored-by: Miro Hrončok <miro@hroncok.cz>
2019-07-01 05:42:08 -07:00
..
apiref.rst Add missing period in distutils.dep_util.newer_group doc (GH-11003) 2018-12-06 13:30:13 -08:00
builtdist.rst bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506) 2019-07-01 05:42:08 -07:00
commandref.rst After distutils doc reversal, change back **bold todo** items to XXX comments. 2010-07-31 09:15:10 +00:00
configfile.rst [3.7] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231). (GH-10253) 2018-10-31 11:00:24 +02:00
examples.rst distutils docs: Fix a typo (GH-470) 2017-03-04 16:41:06 -08:00
extending.rst Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings 2016-10-30 04:20:17 +00:00
index.rst bpo-36797: Reduce levels of indirection in outdated distutils docs (GH-13462) 2019-05-23 07:19:41 -07:00
introduction.rst bpo-33892: Doc: Use gender neutral words (GH-7770) 2018-06-17 21:49:43 -07:00
packageindex.rst bpo-36797: Reduce levels of indirection in outdated distutils docs (GH-13462) 2019-05-23 07:19:41 -07:00
setupscript.rst bpo-33071: remove outdated PyPI docs (GH-13087) 2019-05-10 01:50:54 -07:00
sourcedist.rst bpo-11913: Add README.rst to the distutils standard READMEs list (#563) 2017-04-14 11:00:25 +02:00
uploading.rst bpo-36797: Reduce levels of indirection in outdated distutils docs (GH-13462) 2019-05-23 07:19:41 -07:00