Message48462
| Author |
tim.peters |
| Recipients |
| Date |
2006年07月09日.19:21:54 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=31435
Martin, FYI, on Windows the os.spawn() functions return the
process handle, so that's the natural use case: killing a
process spawned by Python's os.spawn*(). This is a little
confusing because the spawn() functions are documented as
returning "the process ID", and verbiage inside the spawn
docs explains that it doesn't really mean "process ID" on
Windows. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:43:17 | admin | link | issue1220212 messages |
| 2007年08月23日 15:43:17 | admin | create |
|