summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-08-03 01:47:13 (GMT)
committerNed Deily <nad@acm.org>2011-08-03 01:47:13 (GMT)
commite5cad23a92c88440e739589430c0b22d41a44621 (patch)
tree2ddb5e721b708dacf5431c5c144b8b5361eeb716 /Misc
parentfc9bbd16927d8384733e0444d7c4daed7d1b6fd4 (diff)
downloadcpython-e5cad23a92c88440e739589430c0b22d41a44621.zip
cpython-e5cad23a92c88440e739589430c0b22d41a44621.tar.gz
cpython-e5cad23a92c88440e739589430c0b22d41a44621.tar.bz2
Issue #12540: Prevent zombie IDLE processes on Windows due to changes
in os.kill(). Original patch by Eli Bendersky.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index abfa83c..dcdda84 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,9 @@ Core and Builtins
Library
-------
+- Issue #12540: Prevent zombie IDLE processes on Windows due to changes
+ in os.kill().
+
- Issue #12683: urlparse updated to include svn as schemes that uses relative
paths. (svn from 1.5 onwards support relative path).