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


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

Re: popen4 - get exit status

Started byTim Johnson <tim@akwebsoft.com>
First post2012-08-28 15:29 -0800
Last post2012-08-28 15:29 -0800
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 Tim Johnson <tim@akwebsoft.com> - 2012-08-28 15:29 -0800

#28032 — Re: popen4 - get exit status

FromTim Johnson <tim@akwebsoft.com>
Date2012-08-28 15:29 -0800
SubjectRe: popen4 - get exit status
Message-ID<mailman.3910.1346196600.4697.python-list@python.org>
* Dennis Lee Bieber <wlfraed@ix.netcom.com> [120828 07:11]:
> 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. 

  Thanks Dennis, I had misread the docs, you're right - after
  rereading them I has able to implement subprocess - glad to have
  it as I no longer have any servers to 'service' with anything
  older than 2.4. And Ben, please accept my apologies for seeming so
  dismissive.

  cheers
  tj

> 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/
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list

-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com

[toc] | [standalone]


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


csiph-web