Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #33976 > unrolled thread
| Started by | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| First post | 2012-11-27 18:29 +0000 |
| Last post | 2012-11-27 18:29 +0000 |
| 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.
Re: os.popen and the subprocess module Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-11-27 18:29 +0000
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2012-11-27 18:29 +0000 |
| Subject | Re: os.popen and the subprocess module |
| Message-ID | <mailman.318.1354040927.29569.python-list@python.org> |
On 27/11/2012 18:00, Andrew wrote: > Hello world, > > I'm working on a script that will run an executable obtaine the output > from the executable > and do some analysis on the output. Essentially the script runs the > executable analyses > the data. > I'm looking into os.popen and the subprocess module, implementing > os.popen is easy but i hear > it is depreciating however I'm finding the implemantation of subprocess > daunting can anyone help > > Dx os.popen is alive and kicking in Python 3.3, see here http://bugs.python.org/issue6490 for more. And I think you meant deprecated :) -- Cheers. Mark Lawrence.
Back to top | Article view | comp.lang.python
csiph-web