| commit | 3aee9416a0ef4ce385b655cb20c8ec31b839302f | [log] [tgz] |
|---|---|---|
| author | Ned Deily <nad@acm.org> | Tue May 29 10:43:36 2012 -0700 |
| committer | Ned Deily <nad@acm.org> | Tue May 29 10:43:36 2012 -0700 |
| tree | 03e6c21d541000cc15a50215b3c1ac6fdd73f823 | |
| parent | e1ad3dac3ddc64803b7744c9ba8ce71dbe74c913 [diff] [blame] |
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.