summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-05-29 17:43:36 (GMT)
committerNed Deily <nad@acm.org>2012-05-29 17:43:36 (GMT)
commit3aee9416a0ef4ce385b655cb20c8ec31b839302f (patch)
tree03e6c21d541000cc15a50215b3c1ac6fdd73f823 /Misc/NEWS
parente1ad3dac3ddc64803b7744c9ba8ce71dbe74c913 (diff)
downloadcpython-3aee9416a0ef4ce385b655cb20c8ec31b839302f.zip
cpython-3aee9416a0ef4ce385b655cb20c8ec31b839302f.tar.gz
cpython-3aee9416a0ef4ce385b655cb20c8ec31b839302f.tar.bz2
Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a01113..8ddc0c4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,8 @@ Core and Builtins
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.