commit | 7148984d61b5677af1ee090e52c1cba08299c9f9 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Tue May 29 10:42:34 2012 -0700 |
committer | Ned Deily <nad@acm.org> | Tue May 29 10:42:34 2012 -0700 |
tree | 3e524f4b81ee9e405cfdc5b2d320f688bc462a9b | |
parent | ff0e22b6ec0080478c316a9476cd40aa1d398788 [diff] [blame] |
Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
diff --git a/Misc/NEWS b/Misc/NEWS index efcf550..2c50c2f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -67,6 +67,8 @@ Library ------- +- Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. + - Issue12510: Attempting to get invalid tooltip no longer closes Idle. Original patch by Roger Serwy.