Add note about #1220212 (os.kill on Windows)

This commit is contained in:
Brian Curtin 2010-04-02 23:31:28 +00:00
parent e5aa886b44
commit 85108e64a7
1 changed files with 3 additions and 0 deletions

View File

@ -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
-----------------