diff options
author | Brian Curtin <brian.curtin@gmail.com> | 2010-04-02 23:31:28 (GMT) |
---|---|---|
committer | Brian Curtin <brian.curtin@gmail.com> | 2010-04-02 23:31:28 (GMT) |
commit | 85108e64a71848eec36fdb849d829d78397d0ea5 (patch) | |
tree | 1c08b1de41998e86b5ffaa88dbff9e522ca3a5b0 | |
parent | e5aa886b4449c9b2db93591c58511ea3620c9b67 (diff) | |
download | cpython-85108e64a71848eec36fdb849d829d78397d0ea5.zip cpython-85108e64a71848eec36fdb849d829d78397d0ea5.tar.gz cpython-85108e64a71848eec36fdb849d829d78397d0ea5.tar.bz2 |
Add note about #1220212 (os.kill on Windows)
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----------------- |