[pypy-commit] pypy py3k: this can happen on certain environments unfortunately

pjenvey noreply at buildbot.pypy.org
Tue Feb 12 03:26:57 CET 2013


Author: Philip Jenvey <pjenvey at 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):


More information about the pypy-commit mailing list