[issue1913] test_pep263 fails
Christian Heimes
report at bugs.python.org
Wed Jan 23 09:25:28 CET 2008
New submission from Christian Heimes:
$ ./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
----------
components: Interpreter Core, Tests
messages: 61567
nosy: tiran
priority: high
severity: normal
status: open
title: test_pep263 fails
type: crash
versions: Python 3.0
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1913>
__________________________________
More information about the Python-bugs-list
mailing list