commit | 4dfb7a81c1bc80d8e4d1d8279d6df81aac4d01e6 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Apr 01 23:30:47 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Apr 01 23:30:47 2002 +0000 |
tree | 1d484160ca6d753efe50ea90cb28b4ffe4d79401 | |
parent | d764b0a484b1cd653b155dcf80bdda76f2e7e84f [diff] |
Explain that os.spawn*() return the process handle on Windows. Clarify that os.waitpid() on Windows takes a process handle, not a process ID. This closes SF bug #537582.