Re: subprocess.getstatusoutput does not exist in 2.7

2015-05-19 Thread Cecil Westerhof
Op Tuesday 19 May 2015 19:37 CEST schreef Jon Ribbens: > On 2015-05-19, Cecil Westerhof wrote: >> At the moment I want my code to run with 2.7 and 3.4+. >> >> But the command: subprocess.getstatusoutput does not exist in 2.7. >> Is this an oversight or is there a reason for it? >> >> I can rewrit

Re: subprocess.getstatusoutput does not exist in 2.7

2015-05-19 Thread Jon Ribbens
On 2015-05-19, Cecil Westerhof wrote: > At the moment I want my code to run with 2.7 and 3.4+. > > But the command: > subprocess.getstatusoutput > does not exist in 2.7. Is this an oversight or is there a reason for > it? > > I can rewrite the code (back) to work with Popen again, but I found