2008/4/4 David Glasser <glasser_at_davidglasser.net>:
> On Wed, Apr 2, 2008 at 2:45 PM, Branko Èibej <brane_at_xbc.nu> wrote:
> > I think we should move all that code to use the subprocess module. I know
> > it requires python-2.4, but frankly, I don't care if it makes the test suite
> > more useful.
> >
> > I know I've seen our tests report false positives because we weren't
> > looking at exit codes.
>
> I believe we decided a while ago that we were totally fine with
> bumping the Python requirement for the test suite.
>
> --dave
>
Okay, I'll look into swapping out Popen3 with subprocess.Popen.
Hopefully I'll have a patch for that before too long.
Received on 2008-04-05 07:36:46 CEST