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 MrJean1, amaury.forgeotdarc, ixokai, loewis, mark.dickinson, michael.foord, piro, pitrou, ronaldoussoren, rpetrov, skip.montanaro, slmnhq, vstinner
Date 2010-10-08.20:36:51
SpamBayes Score 9.643909e-08
Marked as misclassified No
Message-id <1286570213.34.0.784440122041.issue4388@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, this can be now reproduced under Linux by forcing different locale and filesystem encodings:

$ PYTHONFSENCODING=utf8 LANG=ISO-8859-1 ./python -m test.regrtest test_cmd_line

[1/1] test_cmd_line
test test_cmd_line failed -- Traceback (most recent call last):
  File "/home/antoine/py3k/__svn__/Lib/test/test_cmd_line.py", line 109, in test_run_code
    assert_python_ok('-c', command)
  File "/home/antoine/py3k/__svn__/Lib/test/script_helper.py", line 35, in assert_python_ok
    return _assert_python(True, *args)
  File "/home/antoine/py3k/__svn__/Lib/test/script_helper.py", line 31, in _assert_python
    "stderr follows:\n%s" % (rc, err.decode('ascii', 'ignore')))
AssertionError: Process return code is 1, stderr follows:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
TypeError: ord() expected a character, but string of length 2 found
History
Date User Action Args
2010-10-08 20:36:53pitrousetrecipients: + pitrou, loewis, skip.montanaro, ixokai, ronaldoussoren, amaury.forgeotdarc, mark.dickinson, vstinner, piro, MrJean1, rpetrov, michael.foord, slmnhq
2010-10-08 20:36:53pitrousetmessageid: <1286570213.34.0.784440122041.issue4388@psf.upfronthosting.co.za>
2010-10-08 20:36:51pitroulinkissue4388 messages
2010-10-08 20:36:51pitroucreate