commit | 85108e64a71848eec36fdb849d829d78397d0ea5 | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Fri Apr 02 23:31:28 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Fri Apr 02 23:31:28 2010 +0000 |
tree | 1c08b1de41998e86b5ffaa88dbff9e522ca3a5b0 | |
parent | e5aa886b4449c9b2db93591c58511ea3620c9b67 [diff] [blame] |
Add note about #1220212 (os.kill on Windows)
diff --git a/Misc/NEWS b/Misc/NEWS index 4003b99..95cc283 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -153,6 +153,9 @@ - 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 -----------------