Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth
diff --git a/Misc/NEWS b/Misc/NEWS
index dfd431f..9d902e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -323,6 +323,9 @@
 Tests
 -----
 
+- Issue #15496: Add directory removal helpers for tests on Windows.
+  Patch by Jeremy Kloth.
+
 - Issue #15043: test_gdb is now skipped entirely if gdb security settings
   block loading of the gdb hooks