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.01:56:34
SpamBayes Score 0.00013243331
Marked as misclassified
Message-id <1218938197.01.0.299080592151.issue3574@psf.upfronthosting.co.za>
In-reply-to
内容
Here is a potential fix. It broke test_imp because it assumed that
Latin-1 source files would be encoded at Latin-1 instead of UTF-8 when
returned by imp.new_module(). Doesn't seem like a critical change as the
file is still properly decoded.
历史
日期 用户 动作 参数
2008-08-17 01:56:37brett.cannon修改recipients: + brett.cannon
2008-08-17 01:56:37brett.cannon修改messageid: <1218938197.01.0.299080592151.issue3574@psf.upfronthosting.co.za>
2008-08-17 01:56:36brett.cannon链接issue3574 messages
2008-08-17 01:56:35brett.cannon创建