diff options
author | neonene <53406459+neonene@users.noreply.github.com> | 2022-08-01 15:37:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-01 15:37:32 (GMT) |
commit | 7d8973870bb079bf71d094cd966d6b6336f1e25f (patch) | |
tree | 8fc305308dd5b4f99c68a5a43395ed62cab9c42a /Misc/NEWS.d/next/Windows/2022-07-30-14-18-33.gh-issue-95445.mjrTaq.rst | |
parent | d965d1995ec3efbbf666c2e7fab02217744d08e7 (diff) | |
download | cpython-7d8973870bb079bf71d094cd966d6b6336f1e25f.zip cpython-7d8973870bb079bf71d094cd966d6b6336f1e25f.tar.gz cpython-7d8973870bb079bf71d094cd966d6b6336f1e25f.tar.bz2 |
gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)
Diffstat (limited to 'Misc/NEWS.d/next/Windows/2022-07-30-14-18-33.gh-issue-95445.mjrTaq.rst')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2022-07-30-14-18-33.gh-issue-95445.mjrTaq.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-07-30-14-18-33.gh-issue-95445.mjrTaq.rst b/Misc/NEWS.d/next/Windows/2022-07-30-14-18-33.gh-issue-95445.mjrTaq.rst new file mode 100644 index 0000000..565489e --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-07-30-14-18-33.gh-issue-95445.mjrTaq.rst @@ -0,0 +1 @@ +Fixes the unsuccessful removal of the HTML document directory when uninstalling with Windows msi. |