summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-01-09 08:14:46 (GMT)
committerGitHub <noreply@github.com>2018-01-09 08:14:46 (GMT)
commitd135f20ae8887acc7716561bc8f4c7eb6d58d24c (patch)
tree8c988503dc2f0f2dc757442a073c06b7a9a16078 /Misc
parentca0c5f26563349ed761af13590acef80e1064eab (diff)
downloadcpython-d135f20ae8887acc7716561bc8f4c7eb6d58d24c.zip
cpython-d135f20ae8887acc7716561bc8f4c7eb6d58d24c.tar.gz
cpython-d135f20ae8887acc7716561bc8f4c7eb6d58d24c.tar.bz2
bpo-32507: Change Windows install to include app-local UCRT (#5119)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2018-01-07-12-32-49.bpo-32507.vB4gxk.rst2
-rw-r--r--Misc/NEWS.d/next/Windows/2018-01-07-12-33-21.bpo-29911.ewSJKb.rst1
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2018-01-07-12-32-49.bpo-32507.vB4gxk.rst b/Misc/NEWS.d/next/Windows/2018-01-07-12-32-49.bpo-32507.vB4gxk.rst
new file mode 100644
index 0000000..010271c
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2018-01-07-12-32-49.bpo-32507.vB4gxk.rst
@@ -0,0 +1,2 @@
+Use app-local UCRT install rather than the proper update for old versions of
+Windows.
diff --git a/Misc/NEWS.d/next/Windows/2018-01-07-12-33-21.bpo-29911.ewSJKb.rst b/Misc/NEWS.d/next/Windows/2018-01-07-12-33-21.bpo-29911.ewSJKb.rst
new file mode 100644
index 0000000..7f311ef
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2018-01-07-12-33-21.bpo-29911.ewSJKb.rst
@@ -0,0 +1 @@
+Ensure separate Modify and Uninstall buttons are displayed.