Fixed #8375 - test_distutils now checks what remains to be cleaned up during tearDown
diff --git a/Misc/NEWS b/Misc/NEWS
index 7d5fefe..0ca4bd3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -312,6 +312,9 @@
 Library
 -------
 
+- Issue #8375: test_distutils now checks if the temporary directory are still
+  present before it cleans them.
+
 - Issue #8374: Update the internal alias table in the :mod:`locale` module
   to cover recent locale changes and additions.