Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a01113..8ddc0c4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,8 @@
 Library
 -------
 
+- Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
+
 - Issue #14443: Tell rpmbuild to use the correct version of Python in
   bdist_rpm. Initial patch by Ross Lagerwall.