summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-09-10 13:52:23 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2019-09-10 13:52:23 (GMT)
commitcd8221152dd235ec5d06e3d9d0d8787645bbac8e (patch)
tree06a32303b7155a53b29bd042c8f6a139741d74f7 /Misc/NEWS.d
parent182e1d1f849757439f2031504f142fa4e1251611 (diff)
downloadcpython-cd8221152dd235ec5d06e3d9d0d8787645bbac8e.zip
cpython-cd8221152dd235ec5d06e3d9d0d8787645bbac8e.tar.gz
cpython-cd8221152dd235ec5d06e3d9d0d8787645bbac8e.tar.bz2
bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-09-10-14-17-25.bpo-38088.FOvWSM.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-09-10-14-17-25.bpo-38088.FOvWSM.rst b/Misc/NEWS.d/next/Windows/2019-09-10-14-17-25.bpo-38088.FOvWSM.rst
new file mode 100644
index 0000000..37bdeea
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-09-10-14-17-25.bpo-38088.FOvWSM.rst
@@ -0,0 +1,2 @@
+Fixes distutils not finding vcruntime140.dll with only the v142 toolset
+installed.