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
6d5bfad5
Commit
6d5bfad5
authored
Mar 31, 2013
by
Roger Serwy
Browse files
Options
Browse Files
Download
Plain Diff
#8900: merge with 3.3.
parents
f61d0790
420e2d8e
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 @
6d5bfad5
...
@@ -170,8 +170,9 @@ class _ComplexBinder:
...
@@ -170,8 +170,9 @@ class _ComplexBinder:
break
break
ishandlerrunning
[:]
=
[]
ishandlerrunning
[:]
=
[]
# Call all functions in doafterhandler and remove them from list
# Call all functions in doafterhandler and remove them from list
while
doafterhandler
:
for
f
in
doafterhandler
:
doafterhandler
.
pop
()()
f
()
doafterhandler
[:]
=
[]
if
r
:
if
r
:
return
r
return
r
return
handler
return
handler
...
...
Misc/NEWS
View file @
6d5bfad5
...
@@ -297,6 +297,9 @@ Core and Builtins
...
@@ -297,6 +297,9 @@ Core and Builtins
Library
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 #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
- Issue #17435: threading.Timer'
s
__init__
method
no
longer
uses
mutable
- Issue #17435: threading.Timer'
s
__init__
method
no
longer
uses
mutable
...
...
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