[issue7605] test_cmd_line fails with non-ascii path

2010-04-16 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue7605] test_cmd_line fails with non-ascii path

2010-04-16 Thread STINNER Victor
STINNER Victor added the comment: Fixed: r80116 (py3k), r80117 (3.1). -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue7605] test_cmd_line fails with non-ascii path

2010-04-16 Thread STINNER Victor
STINNER Victor added the comment: The problem is that the print is failing because Python uses ASCII encoding for stdout. Attached patch encodes sys.path to ASCII using backslashreplace to avoid the encoding issue. -- keywords: +patch nosy: +haypo Added file: http://bugs.python.org/fi

[issue7605] test_cmd_line fails with non-ascii path

2009-12-30 Thread Antoine Pitrou
New submission from Antoine Pitrou : 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) ---