diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-08-06 16:54:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 16:54:52 (GMT) |
commit | 1437bb06a9cfbf7dd2d2aa14f6a784bb020bdb84 (patch) | |
tree | de6f5648ebcae13ebd961cf29ee02618616c26e4 /Misc | |
parent | b49b88a93a06b656d7f6a64d9d9e4828921d86eb (diff) | |
download | cpython-1437bb06a9cfbf7dd2d2aa14f6a784bb020bdb84.zip cpython-1437bb06a9cfbf7dd2d2aa14f6a784bb020bdb84.tar.gz cpython-1437bb06a9cfbf7dd2d2aa14f6a784bb020bdb84.tar.bz2 |
bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)
(cherry picked from commit 777b611c8c5676b80898a429f71d28e59bddc49d)
Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2020-08-06-16-59-10.bpo-41492.2FQ9cM.rst | 1 |
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. |