Re: subprocess - please enhance the documentation

2008-05-20 Thread Terry Reedy
"Helmut Jarausch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | Hi, | | I'd like to suggest to add a few lines to chapter 17.1.3.5 "Replacing os.popen" | (Python Doc 2.5.2) 1. Take a look at the existing 2.6 manual (on Python.org) to make sure it has not already been improved.

subprocess - please enhance the documentation

2008-05-20 Thread Helmut Jarausch
Hi, I'd like to suggest to add a few lines to chapter 17.1.3.5 "Replacing os.popen" (Python Doc 2.5.2) I have used the following code in the past ARC='MyDumpFile' tar_inp= os.popen('/bin/tar cjf '+ARC+' -T -','w') tar_exit_code= tar_inp.close() if tar_exit_code != None and tar_exit_code