summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2020-08-06 16:36:22 (GMT)
committerGitHub <noreply@github.com>2020-08-06 16:36:22 (GMT)
commit777b611c8c5676b80898a429f71d28e59bddc49d (patch)
tree427e0d43932c3c27f4bf573cd9c41d5d4e21fae4 /Misc
parent79bb2c93f2d81702fdf1f93720369e18a76b7d1a (diff)
downloadcpython-777b611c8c5676b80898a429f71d28e59bddc49d.zip
cpython-777b611c8c5676b80898a429f71d28e59bddc49d.tar.gz
cpython-777b611c8c5676b80898a429f71d28e59bddc49d.tar.bz2
bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2020-08-06-16-59-10.bpo-41492.2FQ9cM.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2020-08-06-16-59-10.bpo-41492.2FQ9cM.rst b/Misc/NEWS.d/next/Windows/2020-08-06-16-59-10.bpo-41492.2FQ9cM.rst
new file mode 100644
index 0000000..065803e
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2020-08-06-16-59-10.bpo-41492.2FQ9cM.rst
@@ -0,0 +1 @@
+Fixes the description that appears in UAC prompts.