En Sun, 01 Feb 2009 18:00:36 -0200, Andrew Parker
escribió:
On Sun, Feb 1, 2009 at 1:46 PM, Andrew Parker wrote:
I'm having some fun with Popen. I have the following line:
process = subprocess.Popen(command, stdout=subprocess.PIPE,
stderr=subprocess.STDOUT)
print process.stdout
Under
On Sun, Feb 1, 2009 at 1:46 PM, Andrew Parker wrote:
> I'm having some fun with Popen. I have the following line:
>
>process = subprocess.Popen(command, stdout=subprocess.PIPE,
> stderr=subprocess.STDOUT)
>print process.stdout
>
> Under normal circumstances, this displays:
>
>', mode