Re: [Python-Dev] test_cmd_line on Windows

2005-11-22 Thread Walter Dörwald
A.B., Khalid wrote: > Currently test_directories of test_cmd_line fails on the latest Python 2.4.2 > from svn branch and from the svn head. The reason it seems is that the test > assumes that the local language of Windows is English and so tries to find > the string " denied" in the returned sy

[Python-Dev] test_cmd_line on Windows

2005-11-21 Thread A.B., Khalid
Currently test_directories of test_cmd_line fails on the latest Python 2.4.2 from svn branch and from the svn head. The reason it seems is that the test assumes that the local language of Windows is English and so tries to find the string " denied" in the returned system error messages of the co