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 belopolsky
Recipients astrand, belopolsky, eric.araujo, mark.dickinson, niemeyer
Date 2010-07-20.03:44:50
SpamBayes Score 0.011853973
Marked as misclassified No
Message-id <1279597494.78.0.301204956511.issue9308@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching a new patch, issue9308a.diff which fixes test_imp by introducing a new package, test.encoded_modules which currently contains a module encoded with iso-8859-1 and another with a somewhat more interesting encoding, koi8-r.  I think it would be interesting to add one or two multi-byte encodings to the mix.  The test_import_encoded_module test case probably does not belong in test_imp and should be moved to test_import or test_importlib, but I would like to see the reaction to the idea of introducing test.encoded_modules before investing more time into polishing the tests.
History
Date User Action Args
2010-07-20 03:44:54belopolskysetrecipients: + belopolsky, niemeyer, astrand, mark.dickinson, eric.araujo
2010-07-20 03:44:54belopolskysetmessageid: <1279597494.78.0.301204956511.issue9308@psf.upfronthosting.co.za>
2010-07-20 03:44:53belopolskylinkissue9308 messages
2010-07-20 03:44:52belopolskycreate