summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-11-04 23:28:47 (GMT)
committerGitHub <noreply@github.com>2017-11-04 23:28:47 (GMT)
commit0d2a9088d16826343344b04461c8be44b4008710 (patch)
treef956ba2cf4b76578bf98cfcb6537bbd1aa88dca9 /Misc
parentaafece7a9e010075fff4420cfbb16f1ec0342698 (diff)
downloadcpython-0d2a9088d16826343344b04461c8be44b4008710.zip
cpython-0d2a9088d16826343344b04461c8be44b4008710.tar.gz
cpython-0d2a9088d16826343344b04461c8be44b4008710.tar.bz2
bpo-31944: Fixes build and Modify button (#4278)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2017-11-04-15-29-47.bpo-31944.0Bx8tZ.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2017-11-04-15-29-47.bpo-31944.0Bx8tZ.rst b/Misc/NEWS.d/next/Windows/2017-11-04-15-29-47.bpo-31944.0Bx8tZ.rst
new file mode 100644
index 0000000..767e70d
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2017-11-04-15-29-47.bpo-31944.0Bx8tZ.rst
@@ -0,0 +1 @@
+Fixes Modify button in Apps and Features dialog.