This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients BreamoreBoy, asvetlov, jpe, pitrou, r.david.murray, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-04-14.00:31:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428971510.95.0.28930695816.issue14484@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-04-14 00:31:51zach.waresetrecipients: + zach.ware, jpe, pitrou, vstinner, tim.golden, r.david.murray, asvetlov, BreamoreBoy, steve.dower
2015-04-14 00:31:50zach.waresetmessageid: <1428971510.95.0.28930695816.issue14484@psf.upfronthosting.co.za>
2015-04-14 00:31:50zach.warelinkissue14484 messages
2015-04-14 00:31:50zach.warecreate