From: Brian Curtin Date: Fri, 2 Apr 2010 23:31:28 +0000 (+0000) Subject: Add note about #1220212 (os.kill on Windows) X-Git-Tag: v2.7b1~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85108e64a71848eec36fdb849d829d78397d0ea5;p=thirdparty%2FPython%2Fcpython.git Add note about #1220212 (os.kill on Windows) --- diff --git a/Misc/NEWS b/Misc/NEWS index 4003b99a128d..95cc28353874 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -153,6 +153,9 @@ Library - Addition of -b command line option to unittest for buffering stdout / stderr during test runs. +- Issue #1220212: Added os.kill support for Windows, including support for + sending CTRL+C and CTRL+BREAK events to console subprocesses. + Extension Modules -----------------