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


Groups > comp.lang.python > #28013 > unrolled thread

Re: popen4 - get exit status

Started byDennis Lee Bieber <wlfraed@ix.netcom.com>
First post2012-08-28 01:36 -0400
Last post2012-08-28 01:36 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#28013 — Re: popen4 - get exit status

FromDennis Lee Bieber <wlfraed@ix.netcom.com>
Date2012-08-28 01:36 -0400
SubjectRe: popen4 - get exit status
Message-ID<mailman.3894.1346132407.4697.python-list@python.org>
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/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web