[Python-checkins] r79634 - python/trunk/Misc/NEWS

brian.curtin python-checkins at python.org
Sat Apr 3 01:31:28 CEST 2010


Author: brian.curtin
Date: Sat Apr  3 01:31:28 2010
New Revision: 79634

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


Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sat Apr  3 01:31:28 2010
@@ -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
 -----------------
 


More information about the Python-checkins mailing list