>
> Next step is to try to get the tests working (the simple commands I
> have tried do work and at a glance do output correct values).
>

A few changes to RegressTests.py to account for different path
seperators, shell quoting and shell escapes and most of the baseline
and regress tests pass (instead of special casing python's os and
os.path all over the place, I am using a sitecustomize.py to patch
them at runtime). The path/shell fixes aren't complete , so there are
still some failures there, but I guess they aren't very intereseting.
Most of the remaining failing tests have unicode characters.

The output is here, along with the changes to RegressTests.py:

    http://paste.pocoo.org/show/577470/

I guess the problem is with file input in the mingw libraries, but I
haven't figured out where to look yet. Any tips there?


Max

Reply via email to