summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-04-04 02:35:12 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-04-04 02:35:12 (GMT)
commit38546ee51cadc924bb4a8f703d1891adef3c6829 (patch)
tree8c07cedc47fe4a41395ae0ecea03dfd18d1a409f /Misc
parentf4e68b1816cc1961398647732c880ef8736a9938 (diff)
downloadcpython-38546ee51cadc924bb4a8f703d1891adef3c6829.zip
cpython-38546ee51cadc924bb4a8f703d1891adef3c6829.tar.gz
cpython-38546ee51cadc924bb4a8f703d1891adef3c6829.tar.bz2
close search and replace dialog after it is used (closes #17625)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b0ea32d..5930858 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,11 @@ Build
- Issue #17550: Fix the --enable-profiling configure switch.
+Library
+-------
+
+- Issue #17625: In IDLE, close the replace dialog after it is used.
+
What's New in Python 3.3.1 release candidate 1?
===============================================