summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2022-02-02 19:54:27 (GMT)
committerGitHub <noreply@github.com>2022-02-02 19:54:27 (GMT)
commit89a0a90c2e0e685bc70206fc45e4413c4f4411ed (patch)
tree118cc7fc62bd02c9c3ded9469446e74d831c43f8 /Misc/NEWS.d
parente8659b47dece5a272111c0af5e340c364a9f807b (diff)
downloadcpython-89a0a90c2e0e685bc70206fc45e4413c4f4411ed.zip
cpython-89a0a90c2e0e685bc70206fc45e4413c4f4411ed.tar.gz
cpython-89a0a90c2e0e685bc70206fc45e4413c4f4411ed.tar.bz2
bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Tests/2022-02-02-18-14-38.bpo-46616.URvBtE.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-02-02-18-14-38.bpo-46616.URvBtE.rst b/Misc/NEWS.d/next/Tests/2022-02-02-18-14-38.bpo-46616.URvBtE.rst
new file mode 100644
index 0000000..31c63c3
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2022-02-02-18-14-38.bpo-46616.URvBtE.rst
@@ -0,0 +1,2 @@
+Ensures ``test_importlib.test_windows`` cleans up registry keys after
+completion.