Make the trace module ignore modules whose names start with "<" and
end with ">", i.e. follow convention.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6eb401c..f7440ee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,10 @@
 Library
 -------
 
+- trace.CoverageResults.is_ignored_filename() now ignores any name that starts
+  with "<" and ends with ">" instead of special-casing "<string>" and
+  "<doctest ".
+
 - Issue #12537: The mailbox module no longer depends on knowledge of internal
   implementation details of the email package Message object.