[Python-Dev] failures in the regression tests

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Thu, 27 Jul 2000 09:53:52 +0200


tim wrote:
> Seems odd that test_popen2 is still being skipped (I thought we were =
fixing
> popen & friends under Windows, but lost track of that).

umm.  looks like I forgot to check in my test_popen2.py
changes.  the original code skipped the test if it couldn't
find os.fork...

:::

if you don't have w9xpopen in place, the test will "crash":

test test_popen2 crashed -- exceptions.OSError :
    [Errno 2] No such file or directory

</F>