Brendan Miller <[EMAIL PROTECTED]> writes:
> For instance on unix systems, Popen will work for files flagged with
> the executable bit, whereas on windows Popen will work on files
> ending the in .exe extension (and I don't think anything else). Is
> there a portable way
Actually, if you pass the
En Tue, 13 May 2008 23:14:56 -0300, Brendan Miller <[EMAIL PROTECTED]>
escribió:
I need a portable way to tell what subprocess.Popen will call.
For instance on unix systems, Popen will work for files flagged with the
executable bit, whereas on windows Popen will work on files ending the in
.e