diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-12-14 11:00:50 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-12-14 11:00:50 (GMT) |
commit | 645fa19f15cddeec8d882a9e1420173e7516f0e4 (patch) | |
tree | 7e60175077dee8b3f18b0b1b8703a20c24ab16e3 /Misc | |
parent | 1d2a387b9526ef5f4d694734d8022e739f7fd410 (diff) | |
download | cpython-645fa19f15cddeec8d882a9e1420173e7516f0e4.zip cpython-645fa19f15cddeec8d882a9e1420173e7516f0e4.tar.gz cpython-645fa19f15cddeec8d882a9e1420173e7516f0e4.tar.bz2 |
bpo-32302: Fix distutils bdist_wininst for CRT v142 (GH-4851) (#4861)
CRT v142 is binary compatible with CRT v140.
(cherry picked from commit 9e7c136ad8bc8e8eec50c2a8ae5ff02752f695a2)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-12-13-22-38-08.bpo-32302.othtTr.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-12-13-22-38-08.bpo-32302.othtTr.rst b/Misc/NEWS.d/next/Library/2017-12-13-22-38-08.bpo-32302.othtTr.rst new file mode 100644 index 0000000..abe51f0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-12-13-22-38-08.bpo-32302.othtTr.rst @@ -0,0 +1,2 @@ +Fix bdist_wininst of distutils for CRT v142: it binary compatible with CRT +v140. |