Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #28013

Re: popen4 - get exit status

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: popen4 - get exit status
Date 2012-08-28 01:36 -0400
Organization > Bestiaria Support Staff <
References <20120827223938.GZ35917@mail.akwebsoft.com> <CAMuTYXhvuuGjttJgxrcAusmxVPO0w+e6RyfWUpYAgFYUfhCowQ@mail.gmail.com> <20120827234359.GA35917@mail.akwebsoft.com>
Newsgroups comp.lang.python
Message-ID <mailman.3894.1346132407.4697.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, 27 Aug 2012 15:43:59 -0800, Tim Johnson <tim@akwebsoft.com>
declaimed the following in gmane.comp.python.general:

> * Benjamin Kaplan <benjamin.kaplan@case.edu> [120827 15:20]:
> > The popen* functions are deprecated. You should use the subprocess module
> > instead.
>   No, I'm stuck with py 2.4 on one of the servers I'm using and

	Shouldn't be a problem:

-=-=-=-
17.1 subprocess -- Subprocess management 

New in version 2.4. 

The subprocess module allows you to spawn new processes, connect to
their input/output/error pipes, and obtain their return codes. This
module intends to replace several other, older modules and functions,
such as: 
-=-=-=-
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: popen4 - get exit status Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-28 01:36 -0400

csiph-web