SIGN IN SIGN UP

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.
M
Miro Hrončok committed
72cd653c4ed7a4f8f8fb06ac364b08a97085a2b5
Parent: 84de34e
Committed by Victor Stinner <vstinner@redhat.com> on 7/1/2019, 12:12:40 PM