#5656: detect correct encoding of files when reporting coverage in trace.py, and ignore files in the temporary directory when reporting.
diff --git a/Misc/NEWS b/Misc/NEWS
index f003c0a..b02e785 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,9 @@
 Library
 -------
 
+- Issue #5656: Fix the coverage reporting when running the test suite with
+  the -T argument.
+
 - Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
 
 - Issue #5624: Fix the _winreg module name still used in several modules.