From 85108e64a71848eec36fdb849d829d78397d0ea5 Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Fri, 2 Apr 2010 23:31:28 +0000 Subject: [PATCH] Add note about #1220212 (os.kill on Windows) --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 4003b99a12..95cc283538 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 ----------------- -- 2.40.0