changeset: 83036:abbbe1f90635 parent: 83032:e0f66c924544 parent: 83035:cd2c613527ed user: Roger Serwy date: Sun Mar 31 01:11:26 2013 -0500 files: Lib/idlelib/rpc.py Misc/NEWS description: #6649: merge with 3.3. diff -r e0f66c924544 -r abbbe1f90635 Lib/idlelib/rpc.py --- a/Lib/idlelib/rpc.py Sat Mar 30 18:39:14 2013 -0400 +++ b/Lib/idlelib/rpc.py Sun Mar 31 01:11:26 2013 -0500 @@ -145,7 +145,7 @@ def exithook(self): "override for specific exit action" - os._exit() + os._exit(0) def debug(self, *args): if not self.debugging: diff -r e0f66c924544 -r abbbe1f90635 Misc/NEWS --- a/Misc/NEWS Sat Mar 30 18:39:14 2013 -0400 +++ b/Misc/NEWS Sun Mar 31 01:11:26 2013 -0500 @@ -297,6 +297,8 @@ 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.

AltStyle によって変換されたページ (->オリジナル) /