Threading and Windows.

Jorge Godoy godoy at metalab.unc.edu
Mon Sep 29 22:29:18 EDT 2003


PeterAbel at gmx.net (Peter Abel) writes:

> http://www.python.org/doc/current/lib/os-process.html says
> ...
> ...
> ...
> spawnl(mode, path, ...) 
> spawnle(mode, path, ..., env) 
> spawnlp(mode, file, ...) 
> spawnlpe(mode, file, ..., env) 
> spawnv(mode, path, args) 
> spawnve(mode, path, args, env) 
> spawnvp(mode, file, args) 
> spawnvpe(mode, file, args, env) 
> ...
> ...
> ...
> Availability: Unix, Windows. spawnlp(), spawnlpe(), spawnvp() and
> spawnvpe() are not available on Windows. New in version 1.6.

So I should be safe since I'm using spawnv (and not spawnvp or
spawnvpe). :-)


Thanks anyway.


See you, 
-- 
Godoy.     <godoy at metalab.unc.edu>




More information about the Python-list mailing list