Author: Philip Jenvey <pjen...@underboss.org> Branch: py3k Changeset: r61113:54d5f5238df9 Date: 2013-02-11 18:26 -0800 http://bitbucket.org/pypy/pypy/changeset/54d5f5238df9/
Log: this can happen on certain environments unfortunately diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/pypy/module/imp/test/test_import.py +++ b/pypy/module/imp/test/test_import.py @@ -1094,12 +1094,6 @@ (mydir): import sys sys.path.append(mydir) - - # Obscure: manually bootstrap the utf-8 codec for - # TextIOs opened by imp.find_module. It's not otherwise - # loaded by the test infrastructure but would have been - # in any other situation - import encodings.utf_8 """) def teardown_class(cls): _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit