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 e0559c5..30e6b96 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -413,6 +413,9 @@
 Tests
 -----
 
+- Issue #15496: Add directory removal helpers for tests on Windows.
+  Patch by Jeremy Kloth.
+
 - Issue #15467: Move helpers for __sizeof__ tests into test_support.
   Patch by Serhiy Storchaka.