os.popen3 delivers no error exist status ?

Donn Cave donn at u.washington.edu
Thu Mar 2 12:07:46 EST 2006


In article <du74ju$1llo$1 at ulysses.news.tiscali.de>,
 robert <no-spam at no-spam-no-spam.com> wrote:

> os.popen3 delivers no error exit status on .close()  - while os.popen does
> 
> Is this intended or a bug? How do I get the status?


http://docs.python.org/lib/popen3-objects.html

Worth reading the rest of the documentation about these
functions, too.  They are not just like popen.

   Donn Cave, donn at u.washington.edu



More information about the Python-list mailing list