summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoger Serwy <roger.serwy@gmail.com>2013-03-31 06:00:15 (GMT)
committerRoger Serwy <roger.serwy@gmail.com>2013-03-31 06:00:15 (GMT)
commit71c9e1a5c36cfc53ff760e6c3b4d957424d73d72 (patch)
treec6381ee68628c116659af81c20073dabf86f00b5 /Misc
parent32622236d5b45fedcefa50c11afeaa5d99ff8cdc (diff)
downloadcpython-71c9e1a5c36cfc53ff760e6c3b4d957424d73d72.zip
cpython-71c9e1a5c36cfc53ff760e6c3b4d957424d73d72.tar.gz
cpython-71c9e1a5c36cfc53ff760e6c3b4d957424d73d72.tar.bz2
#6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index beb3a8d..d1ba2db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,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.