diff --git a/Misc/NEWS b/Misc/NEWS index 4003b99a128..95cc2835387 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 -----------------