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.

作者 brett.cannon
收信人 brett.cannon
日期 2008-08-17.00:39:38
SpamBayes Score 0.009985281
Marked as misclassified
Message-id <1218933580.53.0.0614369271998.issue3574@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2008-08-17 00:39:40brett.cannon修改recipients: + brett.cannon
2008-08-17 00:39:40brett.cannon修改messageid: <1218933580.53.0.0614369271998.issue3574@psf.upfronthosting.co.za>
2008-08-17 00:39:39brett.cannon链接issue3574 messages
2008-08-17 00:39:38brett.cannon创建