commit | e5cad23a92c88440e739589430c0b22d41a44621 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Tue Aug 02 18:47:13 2011 -0700 |
committer | Ned Deily <nad@acm.org> | Tue Aug 02 18:47:13 2011 -0700 |
tree | 2ddb5e721b708dacf5431c5c144b8b5361eeb716 | |
parent | fc9bbd16927d8384733e0444d7c4daed7d1b6fd4 [diff] [blame] |
Issue #12540: Prevent zombie IDLE processes on Windows due to changes in os.kill(). Original patch by Eli Bendersky.
diff --git a/Misc/NEWS b/Misc/NEWS index abfa83c..dcdda84 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -41,6 +41,9 @@ 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).