diff options
author | Ned Deily <nad@acm.org> | 2011-08-03 01:47:13 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-08-03 01:47:13 (GMT) |
commit | e5cad23a92c88440e739589430c0b22d41a44621 (patch) | |
tree | 2ddb5e721b708dacf5431c5c144b8b5361eeb716 /Misc | |
parent | fc9bbd16927d8384733e0444d7c4daed7d1b6fd4 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |