Kaydet (Commit) 3aaf5dab authored tarafından Roger Serwy's avatar Roger Serwy

#6649: merge with 3.3.

......@@ -145,7 +145,7 @@ class SocketIO(object):
def exithook(self):
"override for specific exit action"
os._exit()
os._exit(0)
def debug(self, *args):
if not self.debugging:
......
......@@ -297,6 +297,8 @@ Core and Builtins
Library
-------
- Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
- Issue #17435: threading.Timer's __init__ method no longer uses mutable
default values for the args and kwargs parameters.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment