Issue #22390: test.regrtest now emits a warning if temporary files or
directories are left after running a test.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4d65d9a..9c3cd3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -182,6 +182,9 @@
 Tests
 -----
 
+- Issue #22390: test.regrtest now emits a warning if temporary files or
+  directories are left after running a test.
+
 - Issue #23583: Added tests for standard IO streams in IDLE.
 
 - Issue #23392: Added tests for marshal C API that works with FILE*.