Re: [Tutor] missing first argument on subprocess.Popen w/ executable

2009-05-29 Thread Lie Ryan
A.T.Hofkamp wrote: > Lie Ryan wrote: >> I'm wondering whether I have misunderstood the documentation or this is >> a bug in either the documentation or the python: >> >> Python 2.5.4 (r254:67916, May 18 2009, 20:53:31) >> [GCC 4.3.2] on linux2 >> Type "help", "copyright", "credits" or "license" for

Re: [Tutor] missing first argument on subprocess.Popen w/ executable

2009-05-29 Thread A.T.Hofkamp
Lie Ryan wrote: I'm wondering whether I have misunderstood the documentation or this is a bug in either the documentation or the python: Python 2.5.4 (r254:67916, May 18 2009, 20:53:31) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. import subproces

[Tutor] missing first argument on subprocess.Popen w/ executable

2009-05-29 Thread Lie Ryan
I'm wondering whether I have misunderstood the documentation or this is a bug in either the documentation or the python: Python 2.5.4 (r254:67916, May 18 2009, 20:53:31) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import subprocess >>> subproces