Greg Ward
|
3b49c9babd
|
Catch OSError from 'spawnv()' in '_spawn_nt()'.
Tweaked error messages in '_spawn_posix()'.
|
2000-01-17 21:57:55 +00:00 |
Greg Ward
|
a4d132a868
|
[from 1999/08/28]
Apparently os.name is "nt" or "posix" or we don't care.
Cosmetic tweaks.
|
1999-09-08 02:23:28 +00:00 |
Greg Ward
|
69628b0ad1
|
Patch from Perry Stoll: support for Windows.
|
1999-08-29 18:20:56 +00:00 |
Greg Ward
|
b4dbfb318c
|
Module to spawn sub-commands in a platform-independent way.
Initial revision only includes support for POSIX-style fork-and-exec.
|
1999-08-14 23:57:17 +00:00 |