New submission from Antoine Pitrou <pit...@free.fr>: I configured my buildbot to use a non-ascii path to the interpreter and test_cmd_line fails as follows:
====================================================================== FAIL: test_large_PYTHONPATH (test.test_cmd_line.CmdLineTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildbot/cpython-ucs4-nonascii-€/3.1.pitrou-ubuntu-wide/build/Lib/test/test_cmd_line.py", line 181, in test_large_PYTHONPATH self.assertTrue(path1.encode('ascii') in stdout) AssertionError: False is not True ---------------------------------------------------------------------- ---------- components: Library (Lib), Tests messages: 97062 nosy: pitrou priority: normal severity: normal stage: needs patch status: open title: test_cmd_line fails with non-ascii path type: behavior versions: Python 3.1, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7605> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com