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
cf658c28
Commit
cf658c28
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
0f389086
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
Lib/idlelib/ReplaceDialog.py
Lib/idlelib/ReplaceDialog.py
+1
-0
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Lib/idlelib/ReplaceDialog.py
View file @
cf658c28
...
...
@@ -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 @
cf658c28
...
...
@@ -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
.
...
...
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