Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7684fa8a
Commit
7684fa8a
authored
Apr 03, 2013
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
close search and replace dialog after it is used (closes #17625)
parent
ef0faa5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
Lib/idlelib/ReplaceDialog.py
Lib/idlelib/ReplaceDialog.py
+1
-0
Misc/NEWS
Misc/NEWS
+11
-0
No files found.
Lib/idlelib/ReplaceDialog.py
View file @
7684fa8a
...
...
@@ -123,6 +123,7 @@ class ReplaceDialog(SearchDialogBase):
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
():
...
...
Misc/NEWS
View file @
7684fa8a
...
...
@@ -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?
===============================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment