summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Curtin <brian.curtin@gmail.com>2010-04-02 23:31:28 (GMT)
committerBrian Curtin <brian.curtin@gmail.com>2010-04-02 23:31:28 (GMT)
commit85108e64a71848eec36fdb849d829d78397d0ea5 (patch)
tree1c08b1de41998e86b5ffaa88dbff9e522ca3a5b0
parente5aa886b4449c9b2db93591c58511ea3620c9b67 (diff)
downloadcpython-85108e64a71848eec36fdb849d829d78397d0ea5.zip
cpython-85108e64a71848eec36fdb849d829d78397d0ea5.tar.gz
cpython-85108e64a71848eec36fdb849d829d78397d0ea5.tar.bz2
Add note about #1220212 (os.kill on Windows)
-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
-----------------