summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-11-06 20:52:09 (GMT)
committerGitHub <noreply@github.com>2017-11-06 20:52:09 (GMT)
commit30f4fa456ef626ad7a92759f492ec7a268f7af4e (patch)
tree7b3a2b5d24b0312d1605d183d2a1a48128e8c9c9 /Misc
parent7e666eed362f64fbf887713ec5c0f36516fec35f (diff)
downloadcpython-30f4fa456ef626ad7a92759f492ec7a268f7af4e.zip
cpython-30f4fa456ef626ad7a92759f492ec7a268f7af4e.tar.gz
cpython-30f4fa456ef626ad7a92759f492ec7a268f7af4e.tar.bz2
bpo-31957: Fixes version detection. (#4298)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2017-11-06-11-53-39.bpo-31957.S_1jFK.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2017-11-06-11-53-39.bpo-31957.S_1jFK.rst b/Misc/NEWS.d/next/Build/2017-11-06-11-53-39.bpo-31957.S_1jFK.rst
new file mode 100644
index 0000000..ffee902
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2017-11-06-11-53-39.bpo-31957.S_1jFK.rst
@@ -0,0 +1 @@
+Fixes Windows SDK version detection when building for Windows.