summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-05-29 10:51:38 -0700
committerNed Deily <nad@acm.org>2012-05-29 10:51:38 -0700
commit01d63a6e06103c491aeccb0d8546323b09187406 (patch)
tree93e6a2941fdb090d3b562ca4d0b977a1e7a92737 /Misc
parentd0c869561779a9c928182a69c75ab82c41a8feb6 (diff)
parent3aee9416a0ef4ce385b655cb20c8ec31b839302f (diff)
downloadcpython-git-01d63a6e06103c491aeccb0d8546323b09187406.tar.gz
Issue #10997: merge from 3.2
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6a01d3eccd..5310bfa259 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,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.