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 brett.cannon
Recipients brett.cannon
Date 2008-08-17.00:39:38
SpamBayes Score 0.009985281
Marked as misclassified No
Message-id <1218933580.53.0.0614369271998.issue3574@psf.upfronthosting.co.za>
In-reply-to
Content
The following leads to a SyntaxError in 3.0:

  compile(b'# coding: latin-1\nu = "\xC7"\n', '<dummy>', 'exec')

That is not the case in Python 2.6.
History
Date User Action Args
2008-08-17 00:39:40brett.cannonsetrecipients: + brett.cannon
2008-08-17 00:39:40brett.cannonsetmessageid: <1218933580.53.0.0614369271998.issue3574@psf.upfronthosting.co.za>
2008-08-17 00:39:39brett.cannonlinkissue3574 messages
2008-08-17 00:39:38brett.cannoncreate