- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message240815
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:51 | zach.ware | set | recipients: + zach.ware, jpe, pitrou, vstinner, tim.golden, r.david.murray, asvetlov, BreamoreBoy, steve.dower |
| 2015-04-14 00:31:50 | zach.ware | set | messageid: <1428971510.95.0.28930695816.issue14484@psf.upfronthosting.co.za> |
| 2015-04-14 00:31:50 | zach.ware | link | issue14484 messages |
| 2015-04-14 00:31:50 | zach.ware | create | |

