Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0faa5 commit 7684fa8Copy full SHA for 7684fa8
2 files changed
Lib/idlelib/ReplaceDialog.py
@@ -123,6 +123,7 @@ def replace_all(self, event=None):
123
text.undo_block_stop()
124
if first and last:
125
self.show_hit(first, last)
126
+ self.close()
127
128
def do_find(self, ok=0):
129
if not self.engine.getprog():
Misc/NEWS
@@ -2,6 +2,17 @@
2
Python News
3
+++++++++++
4
5
+What's New in Python 3.2.4?
6
+===========================
7
+
8
+*Release date: XX-Apr-2013*
9
10
+Library
11
+-------
12
13
+- Issue #17625: In IDLE, close the replace dialog after it is used.
14
15
16
What's New in Python 3.2.4 release candidate 1?
17
===============================================
18
0 commit comments