This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou
Date 2009-12-30.21:44:34
SpamBayes Score 8.137247e-07
Marked as misclassified No
Message-id <1262209476.63.0.735770885688.issue7605@psf.upfronthosting.co.za>
In-reply-to
Content
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

----------------------------------------------------------------------
History
Date User Action Args
2009-12-30 21:44:36pitrousetrecipients: + pitrou
2009-12-30 21:44:36pitrousetmessageid: <1262209476.63.0.735770885688.issue7605@psf.upfronthosting.co.za>
2009-12-30 21:44:35pitroulinkissue7605 messages
2009-12-30 21:44:35pitroucreate