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.01:56:34
SpamBayes Score 0.00013243331
Marked as misclassified No
Message-id <1218938197.01.0.299080592151.issue3574@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-08-17 01:56:37brett.cannonsetrecipients: + brett.cannon
2008-08-17 01:56:37brett.cannonsetmessageid: <1218938197.01.0.299080592151.issue3574@psf.upfronthosting.co.za>
2008-08-17 01:56:36brett.cannonlinkissue3574 messages
2008-08-17 01:56:35brett.cannoncreate