[Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#17625)

benjamin.peterson python-checkins at python.org
Thu Apr 4 04:38:17 CEST 2013


http://hg.python.org/cpython/rev/a6c2210220dd
changeset:   83097:a6c2210220dd
parent:      83093:44586e16b2a7
parent:      83096:36130b84cd22
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Apr 03 22:38:00 2013 -0400
summary:
  merge 3.3 (#17625)

files:
  Lib/idlelib/ReplaceDialog.py |  1 +
  Misc/NEWS                    |  2 ++
  2 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Lib/idlelib/ReplaceDialog.py b/Lib/idlelib/ReplaceDialog.py
--- a/Lib/idlelib/ReplaceDialog.py
+++ b/Lib/idlelib/ReplaceDialog.py
@@ -123,6 +123,7 @@
         text.undo_block_stop()
         if first and last:
             self.show_hit(first, last)
+        self.close()
 
     def do_find(self, ok=0):
         if not self.engine.getprog():
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,8 @@
 
 - Use the HTTPS PyPI url for upload, overriding any plain HTTP URL in pypirc.
 
+- Issue #17625: In IDLE, close the replace dialog after it is used.
+
 - Issue #16795: On the ast.arguments object, unify vararg with varargannotation
   and kwarg and kwargannotation. Change the column offset of ast.Attribute to be
   at the attribute name.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list