Re: [Python-Dev] os.spawnlp() missing on Windows in 2.4?

2006-08-19 Thread Jack Diederich
On Sat, Aug 19, 2006 at 04:34:16AM +0100, Steve Holden wrote: Scott Dial wrote: Guido van Rossum wrote: I just got a report from a Windows user that os.spawnlp() is missing from Python 2.4, despite being mentioned in the docs. Can someone confirm this? My Windows box is resting. :-)

Re: [Python-Dev] os.spawnlp() missing on Windows in 2.4?

2006-08-19 Thread Terry Reedy
Jack Diederich [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] *Availability: Unix: All, Windows: spawnl(), spawnle(), spawnv(), spawnve() only. New in version 1.6 Might as well positively list the half that is there instead of the half that isn't. Definitately. Succinct and

[Python-Dev] os.spawnlp() missing on Windows in 2.4?

2006-08-18 Thread Guido van Rossum
I just got a report from a Windows user that os.spawnlp() is missing from Python 2.4, despite being mentioned in the docs. Can someone confirm this? My Windows box is resting. :-) -- --Guido van Rossum (home page: http://www.python.org/~guido/) ___

Re: [Python-Dev] os.spawnlp() missing on Windows in 2.4?

2006-08-18 Thread Scott Dial
Guido van Rossum wrote: I just got a report from a Windows user that os.spawnlp() is missing from Python 2.4, despite being mentioned in the docs. Can someone confirm this? My Windows box is resting. :-) Availability: Unix, Windows. spawnlp(), spawnlpe(), spawnvp() and spawnvpe() are not

Re: [Python-Dev] os.spawnlp() missing on Windows in 2.4?

2006-08-18 Thread Steve Holden
Scott Dial wrote: Guido van Rossum wrote: I just got a report from a Windows user that os.spawnlp() is missing from Python 2.4, despite being mentioned in the docs. Can someone confirm this? My Windows box is resting. :-) Availability: Unix, Windows. spawnlp(), spawnlpe(), spawnvp() and