summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4003b99..95cc283 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
-----------------