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 commands ("python .") and ("python < .").
But while it is true that the first command ("python .") does return an English string error message even on so-called non-English versions of Windows, the same does not seem to be true for the second command ("python < ."), which seems to return a locale-related string error message. And since the latter test is looking for the English " denied" in a non-English language formated string, the test fails in non-English versions of Windows. Regards Khalid _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com