On 13/05/2011 12:03, vijay swaminathan wrote:
1. The class definition as per the documentation is:
/class /subprocess.Popen(/args/, /bufsize=0/, /executable=None/,
/stdin=None/, /stdout=None/, /stderr=None/, /preexec_fn=None/,
/close_fds=False/, /shell=False/, /cwd=None/, /env=None/,
/universal_n
Hi Gurus,
I'm new to Python programming and in the process of learning the sub process
module.
I went through the python documentation
http://docs.python.org/library/subprocess.html and I have the following
queries
1. The class definition as per the documentation is:
*class *subprocess.Popen(*ar