[New-bugs-announce] [issue7605] test_cmd_line fails with non-ascii path

Antoine Pitrou report at bugs.python.org
Wed Dec 30 22:44:36 CET 2009


New submission from Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7605>
_______________________________________


More information about the New-bugs-announce mailing list