summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-04-03 22:35:12 -0400
committerBenjamin Peterson <benjamin@python.org>2013-04-03 22:35:12 -0400
commit7684fa8a38599fac51b838ccd62db7edadc7743d (patch)
tree39028936b7081ef212ac3f75b97d89470ee3dd27 /Misc
parentef0faa5c59cc5252f55cf347c26706337eeb9ba1 (diff)
downloadcpython-git-7684fa8a38599fac51b838ccd62db7edadc7743d.tar.gz
close search and replace dialog after it is used (closes #17625)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9775a8a2da..cfa80627f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,17 @@
Python News
+++++++++++
+What's New in Python 3.2.4?
+===========================
+
+*Release date: XX-Apr-2013*
+
+Library
+-------
+
+- Issue #17625: In IDLE, close the replace dialog after it is used.
+
+
What's New in Python 3.2.4 release candidate 1?
===============================================