Zachary Ware added the comment:

I think what I'd rather do is deprecate the use of os.kill (on Windows) with a 
signal other than CTRL_C_EVENT and CTRL_BREAK_EVENT, document very clearly that 
os.kill is strictly for sending signals, and add os.terminate to implement 
TerminateProcess.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14484>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to