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 ezio.melotti, l0nwlf, mark.dickinson, ned.deily, vstinner
Date 2010-04-03.23:23:10
SpamBayes Score 2.9978375e-10
Marked as misclassified No
Message-id <1270336992.77.0.068622302609.issue8307@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, the problem here isn't new to trunk and is not limited to OS X 10.6; it's the test that's new.  It's not a problem for py3k where, as expected, the locale is always set and it seems the tokenizer is a little smarter:

Python 3.2a0 (py3k, Apr  3 2010, 16:02:28) 
[GCC 4.2.1 (Apple Inc. build 5646) (dot 1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> eval(b'\xff\x20')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "<string>", line 1
    � 
    ^
SyntaxError: invalid character in identifier
History
Date User Action Args
2010-04-03 23:23:12ned.deilysetrecipients: + ned.deily, mark.dickinson, vstinner, ezio.melotti, l0nwlf
2010-04-03 23:23:12ned.deilysetmessageid: <1270336992.77.0.068622302609.issue8307@psf.upfronthosting.co.za>
2010-04-03 23:23:10ned.deilylinkissue8307 messages
2010-04-03 23:23:10ned.deilycreate