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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1913>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to