[issue9308] Remove redundant coding cookies from 3.x stdlib

Alexander Belopolsky report at bugs.python.org
Tue Jul 20 05:44:54 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

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.

----------
Added file: http://bugs.python.org/file18077/issue9308a.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9308>
_______________________________________


More information about the Python-bugs-list mailing list