Fix the regex to match all kind of filenames, for interactive debugging in doctests. (issue #9409)
diff --git a/Misc/NEWS b/Misc/NEWS
index c09e24f..38e68e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@
 Library
 -------
 
+- Issue 9409: Fix the regex to match all kind of filenames, for interactive
+  debugging in doctests.
+
 - Issue 9183: ``datetime.timezone(datetime.timedelta(0))`` will now
   return the same instance as ``datetime.timezone.utc``.