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
cadd7864
Commit
cadd7864
authored
Mar 31, 2013
by
Roger Serwy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception.
parent
e4059462
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
Lib/idlelib/MultiCall.py
Lib/idlelib/MultiCall.py
+3
-2
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Lib/idlelib/MultiCall.py
View file @
cadd7864
...
...
@@ -171,8 +171,9 @@ class _ComplexBinder:
break
ishandlerrunning
[:]
=
[]
# Call all functions in doafterhandler and remove them from list
while
doafterhandler
:
doafterhandler
.
pop
()()
for
f
in
doafterhandler
:
f
()
doafterhandler
[:]
=
[]
if
r
:
return
r
return
handler
...
...
Misc/NEWS
View file @
cadd7864
...
...
@@ -12,6 +12,9 @@ Core and Builtins
Library
-------
- Issue #8900: Using keyboard shortcuts in IDLE to open a file no longer
raises an exception.
- Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
- Issue #17526: fix an IndexError raised while passing code without filename to
...
...
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