Issue #10774: test_logging now removes temp files created during tests.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4d86c94..3783db5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,8 @@
 Library
 -------
 
+- Issue #10774: test_logging now removes temp files created during tests.
+
 - Issue #3243:  Support iterable bodies in httplib. Patch Contributions by
   Xuanji Li and Chris AtLee.