summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-10-16 17:46:29 (GMT)
committerGitHub <noreply@github.com>2019-10-16 17:46:29 (GMT)
commit7773d391f8261a97af502ecfa74a2a588ee05f36 (patch)
tree83098175096a0c0370ae78cc5649a68685682f13 /Misc
parentafbcd9f26d1bf5390f56f18c9afbf753e48f230d (diff)
downloadcpython-7773d391f8261a97af502ecfa74a2a588ee05f36.zip
cpython-7773d391f8261a97af502ecfa74a2a588ee05f36.tar.gz
cpython-7773d391f8261a97af502ecfa74a2a588ee05f36.tar.bz2
bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)
(cherry picked from commit 7aebbd1182bc818324656b2fb764679faf51fdff) Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-10-16-09-49-09.bpo-38492.Te1LxC.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-10-16-09-49-09.bpo-38492.Te1LxC.rst b/Misc/NEWS.d/next/Windows/2019-10-16-09-49-09.bpo-38492.Te1LxC.rst
new file mode 100644
index 0000000..41fe695
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-10-16-09-49-09.bpo-38492.Te1LxC.rst
@@ -0,0 +1 @@
+Remove ``pythonw.exe`` dependency on the Microsoft C++ runtime.