[issue8208] test_issue7820 fails: "name '?' is not defined"

Ned Deily report at bugs.python.org
Tue Mar 23 06:52:37 CET 2010


New submission from Ned Deily <nad at acm.org>:

Trunk running on OS X 10.6.2:

======================================================================
ERROR: test_issue7820 (test.test_pep263.PEP263Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/private/tmp/pp/usr/local/lib/python2.7/test/test_pep263.py", line 39, in test_issue7820
    self.assertRaises(SyntaxError, eval, '\xff\x20')
  File "/private/tmp/pp/usr/local/lib/python2.7/unittest/case.py", line 444, in assertRaises
    callableObj(*args, **kwargs)
  File "<string>", line 1, in <module>
NameError: name '?' is not defined

----------------------------------------------------------------------

----------
components: Tests
messages: 101560
nosy: haypo, ned.deily
severity: normal
status: open
title: test_issue7820 fails: "name '?' is not defined"
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8208>
_______________________________________


More information about the Python-bugs-list mailing list