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)
commitcf658c283346497106952bba9bc5c49fbab22ac0 (patch)
tree9fe97657f303fcd0a934ccc9126984aee67c1bed /Misc
parent0f38908684505905fd0890f4effbe6f683b39954 (diff)
downloadcpython-cf658c283346497106952bba9bc5c49fbab22ac0.zip
cpython-cf658c283346497106952bba9bc5c49fbab22ac0.tar.gz
cpython-cf658c283346497106952bba9bc5c49fbab22ac0.tar.bz2
close search and replace dialog after it is used (closes #17625)
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 4405779..6014d2e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Library
- Issue #17572: Avoid chained exceptions while passing bad directives to
time.strptime(). Initial patch by Claudiu Popa.
+- Issue #17625: In IDLE, close the replace dialog after it is used.
+
- Issue #14254: IDLE now handles readline correctly across shell restarts.
- Issue #17614: IDLE no longer raises exception when quickly closing a file.