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 ned.deily
Recipients ned.deily, vstinner
Date 2010-03-23.05:52:35
SpamBayes Score 3.878038e-05
Marked as misclassified No
Message-id <1269323557.38.0.386457412233.issue8208@psf.upfronthosting.co.za>
In-reply-to
Content
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

----------------------------------------------------------------------
History
Date User Action Args
2010-03-23 05:52:37ned.deilysetrecipients: + ned.deily, vstinner
2010-03-23 05:52:37ned.deilysetmessageid: <1269323557.38.0.386457412233.issue8208@psf.upfronthosting.co.za>
2010-03-23 05:52:35ned.deilylinkissue8208 messages
2010-03-23 05:52:35ned.deilycreate