#14161: fix the __repr__ of file objects to escape the file name.
diff --git a/Misc/NEWS b/Misc/NEWS
index c5c2c82..6ef8376 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,8 @@
 Core and Builtins
 -----------------
 
+- Issue #14161: fix the __repr__ of file objects to escape the file name.
+
 - Issue #1469629: Allow cycles through an object's __dict__ slot to be
   collected. (For example if ``x.__dict__ is x``).