Message102385
| Author | techtonik |
|---|---|
| Recipients | Technologov, andersjm, brian.curtin, christian.heimes, dino.viehland, kap4020, loewis, michael.foord, nnorwitz, tebeka, techtonik, tim.peters, trent |
| Date | 2010-04-05.17:15:56 |
| SpamBayes Score | 6.342224e-05 |
| Marked as misclassified | No |
| Message-id | <v2gd34314101004051015u8f0fb7d1q27cbafdebfe5c98d@mail.gmail.com> |
| In-reply-to | <1270481908.83.0.51875815754.issue1220212@psf.upfronthosting.co.za> |
| Content | |
|---|---|
Seems good to me, even though I'd rewrite some parts like this: - Prior to Python 2.7 and 3.2, to terminate a process, you can use ctypes:: + Prior to Python 2.7 and 3.2, you can use linksomehow:`ctypes` to terminate a process:: ... In newer Python versions :func:`os.kill` works on Windows with the additional feature of being able to send CTRL+C and CTRL+BREAK to console subprocesses that understand these signals. ... -- anatoly t. On Mon, Apr 5, 2010 at 6:38 PM, Brian Curtin <report@bugs.python.org> wrote: > > Brian Curtin <curtin@acm.org> added the comment: > > How about something like this patch? > > ---------- > Added file: http://bugs.python.org/file16765/faq_update.diff > > _______________________________________ > Python tracker <report@bugs.python.org> > <http://bugs.python.org/issue1220212> > _______________________________________ > |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-04-05 17:15:58 | techtonik | set | recipients: + techtonik, tim.peters, loewis, nnorwitz, tebeka, andersjm, christian.heimes, kap4020, Technologov, trent, dino.viehland, michael.foord, brian.curtin |
| 2010-04-05 17:15:56 | techtonik | link | issue1220212 messages |
| 2010-04-05 17:15:56 | techtonik | create | |