Issue 1913: test_pep263 fails - Python tracker (original) (raw)

$ ./python Lib/test/regrtest.py -v test_pep263 test_pep263 test_compilestring (test.test_pep263.PEP263Test) ... FAIL test_pep263 (test.test_pep263.PEP263Test) ... ok

====================================================================== FAIL: test_compilestring (test.test_pep263.PEP263Test)

Traceback (most recent call last): File "/home/heimes/dev/python/py3k/Lib/test/test_pep263.py", line 25, in test_compilestring AssertionError: '\xc3\xb3' != '\xf3'


Ran 2 tests in 0.035s

FAILED (failures=1) test test_pep263 failed -- Traceback (most recent call last): File "/home/heimes/dev/python/py3k/Lib/test/test_pep263.py", line 25, in test_compilestring AssertionError: '\xc3\xb3' != '\xf3'

1 test failed: test_pep263