Add note about #1220212 (os.kill on Windows)
This commit is contained in:
parent
e5aa886b44
commit
85108e64a7
|
@ -153,6 +153,9 @@ Library
|
||||||
- Addition of -b command line option to unittest for buffering stdout / stderr
|
- Addition of -b command line option to unittest for buffering stdout / stderr
|
||||||
during test runs.
|
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
|
Extension Modules
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue